PrivateLinkResourceProperties Class
Describes the properties of a supported private link resource for the Azure Cognitive Search service. For a given API version, this represents the 'supported' groupIds when creating a shared private link resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.search._serialization.ModelPrivateLinkResourceProperties
Constructor
PrivateLinkResourceProperties(**kwargs: Any)
Variables
Name | Description |
---|---|
group_id
|
The group ID of the private link resource. |
required_members
|
The list of required members of the private link resource. |
required_zone_names
|
The list of required DNS zone names of the private link resource. |
shareable_private_link_resource_types
|
The list of resources that are onboarded to private link service, that are supported by Azure Cognitive Search. |
Azure SDK for Python