SharedPrivateLinkResourceProperties interface
Describes the properties of an existing shared private link resource managed by the Azure AI Search service.
Properties
group |
The group ID from the provider of resource the shared private link resource is for. |
private |
The resource ID of the resource the shared private link resource is for. |
provisioning |
The provisioning state of the shared private link resource. Valid values are Updating, Deleting, Failed, Succeeded or Incomplete. |
request |
The message for requesting approval of the shared private link resource. |
resource |
Optional. Can be used to specify the Azure Resource Manager location of the resource for which a shared private link is being created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service). |
status | Status of the shared private link resource. Valid values are Pending, Approved, Rejected or Disconnected. |
Property Details
groupId
The group ID from the provider of resource the shared private link resource is for.
groupId?: string
Property Value
string
privateLinkResourceId
The resource ID of the resource the shared private link resource is for.
privateLinkResourceId?: string
Property Value
string
provisioningState
The provisioning state of the shared private link resource. Valid values are Updating, Deleting, Failed, Succeeded or Incomplete.
provisioningState?: string
Property Value
string
requestMessage
The message for requesting approval of the shared private link resource.
requestMessage?: string
Property Value
string
resourceRegion
Optional. Can be used to specify the Azure Resource Manager location of the resource for which a shared private link is being created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
resourceRegion?: string
Property Value
string
status
Status of the shared private link resource. Valid values are Pending, Approved, Rejected or Disconnected.
status?: string
Property Value
string