PrivateEndpointConnectionProperties interface
Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.
Properties
group |
The group id from the provider of resource the private link service connection is for. |
private |
The private endpoint resource from Microsoft.Network provider. |
private |
Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint. |
provisioning |
The provisioning state of the private link service connection. Can be Updating, Deleting, Failed, Succeeded, or Incomplete |
Property Details
groupId
The group id from the provider of resource the private link service connection 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 Private Link Service connection to the Azure Private Endpoint.
privateLinkServiceConnectionState?: PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState
Property Value
provisioningState
The provisioning state of the private link service connection. Can be Updating, Deleting, Failed, Succeeded, or Incomplete
provisioningState?: string
Property Value
string