PrivateLinkResourceProperties interface

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.

Properties

groupId

The group ID of the private link resource. NOTE: This property will not be serialized. It can only be populated by the server.

requiredMembers

The list of required members of the private link resource. NOTE: This property will not be serialized. It can only be populated by the server.

requiredZoneNames

The list of required DNS zone names of the private link resource. NOTE: This property will not be serialized. It can only be populated by the server.

shareablePrivateLinkResourceTypes

The list of resources that are onboarded to private link service, that are supported by Azure Cognitive Search. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

groupId

The group ID of the private link resource. NOTE: This property will not be serialized. It can only be populated by the server.

groupId?: string

Property Value

string

requiredMembers

The list of required members of the private link resource. NOTE: This property will not be serialized. It can only be populated by the server.

requiredMembers?: string[]

Property Value

string[]

requiredZoneNames

The list of required DNS zone names of the private link resource. NOTE: This property will not be serialized. It can only be populated by the server.

requiredZoneNames?: string[]

Property Value

string[]

shareablePrivateLinkResourceTypes

The list of resources that are onboarded to private link service, that are supported by Azure Cognitive Search. NOTE: This property will not be serialized. It can only be populated by the server.

shareablePrivateLinkResourceTypes?: ShareablePrivateLinkResourceType[]

Property Value