Share via


PrivateEndpointConnectionPropertiesOutput interface

Properties of the PrivateEndpointConnectProperties.

Properties

linkIdentifier

The consumer link id.

privateEndpoint

The resource of private end point.

privateLinkServiceConnectionState

A collection of information about the state of the connection between service consumer and provider.

provisioningState

The provisioning state of the private endpoint connection resource.

Property Details

linkIdentifier

The consumer link id.

linkIdentifier?: string

Property Value

string

privateEndpoint

The resource of private end point.

privateEndpoint?: PrivateEndpointOutput

Property Value

privateLinkServiceConnectionState

A collection of information about the state of the connection between service consumer and provider.

privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateOutput

Property Value

provisioningState

The provisioning state of the private endpoint connection resource.

provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"

Property Value

"Succeeded" | "Updating" | "Deleting" | "Failed"