Share via


PrivateLinkResourceProperties interface

Describes the properties of a supported private link resource for the Azure AI 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.

requiredMembers

The list of required members of the private link resource.

requiredZoneNames

The list of required DNS zone names of the private link resource.

shareablePrivateLinkResourceTypes

The list of resources that are onboarded to private link service, that are supported by Azure AI Search.

Property Details

groupId

The group ID of the private link resource.

groupId?: string

Property Value

string

requiredMembers

The list of required members of the private link resource.

requiredMembers?: string[]

Property Value

string[]

requiredZoneNames

The list of required DNS zone names of the private link resource.

requiredZoneNames?: string[]

Property Value

string[]

shareablePrivateLinkResourceTypes

The list of resources that are onboarded to private link service, that are supported by Azure AI Search.

shareablePrivateLinkResourceTypes?: ShareablePrivateLinkResourceType[]

Property Value