Share via


PrivateLinkResourcesOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

SearchManagementClient's

<xref:private_link_resources> attribute.

Constructor

PrivateLinkResourcesOperations(*args, **kwargs)

Methods

list_supported

Gets a list of all supported private link resource types for the given service.

list_supported

Gets a list of all supported private link resource types for the given service.

list_supported(resource_group_name: str, search_service_name: str, search_management_request_options: SearchManagementRequestOptions | None = None, **kwargs: Any) -> AsyncIterable[PrivateLinkResource]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal. Required.

search_service_name
Required
str

The name of the Azure AI Search service associated with the specified resource group. Required.

search_management_request_options

Parameter group. Default value is None.

Default value: None

Returns

Type Description

An iterator like instance of either PrivateLinkResource or the result of cls(response)

Exceptions

Type Description
See also

Attributes

models

models = <module 'azure.mgmt.search.models' from 'C:\\ToolCache\\Python\\3.11.9\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv211\\Lib\\site-packages\\azure\\mgmt\\search\\models\\__init__.py'>