PrivateEndpointConnectionProperties interface
Describes the properties of an existing private endpoint connection to the search service.
Properties
group |
The group ID of the Azure resource for which the private link service is for. |
private |
The private endpoint resource from Microsoft.Network provider. |
private |
Describes the current state of an existing Azure Private Link service connection to the private endpoint. |
provisioning |
The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, Incomplete, or Canceled. |
Property Details
groupId
The group ID of the Azure resource for which the private link service is for.
groupId?: string
Property Value
string
privateEndpoint
The private endpoint resource from Microsoft.Network provider.
privateEndpoint?: PrivateEndpointConnectionPropertiesPrivateEndpoint
Property Value
privateLinkServiceConnectionState
Describes the current state of an existing Azure Private Link service connection to the private endpoint.
privateLinkServiceConnectionState?: PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState
Property Value
provisioningState
The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, Incomplete, or Canceled.
provisioningState?: string
Property Value
string