PrivateLinkResourcesOperations Class

PrivateLinkResourcesOperations async operations.

You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.

Inheritance
builtins.object
PrivateLinkResourcesOperations

Constructor

PrivateLinkResourcesOperations(client, config, serializer, deserializer)

Parameters

client
Required

Client for service requests.

config
Required

Configuration of service client.

serializer
Required

An object model serializer.

deserializer
Required

An object model deserializer.

Variables

models

Alias to model classes used in this operation group.

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: Optional[azure.mgmt.search.models._models_py3.SearchManagementRequestOptions] = None, **kwargs) -> AsyncIterable[azure.mgmt.search.models._models_py3.PrivateLinkResourcesResult]

Parameters

resource_group_name
str
Required

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

search_service_name
str
Required

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

search_management_request_options
SearchManagementRequestOptions
default value: None

Parameter group.

cls
callable

A custom type or function that will be passed the direct response

Returns

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

Return type

Exceptions

Attributes

models

models = <module 'azure.mgmt.search.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\search\\models\\__init__.py'>