Package version:

Interface PrivateEndpointConnectionItem

Private endpoint connection item.

interface PrivateEndpointConnectionItem {
    etag?: string;
    id?: string;
    privateEndpoint?: PrivateEndpoint;
    privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
    provisioningState?: string;
}

Properties

etag?: string

Modified whenever there is a change in the state of private endpoint connection.

id?: string

Id of private endpoint connection.

privateEndpoint?: PrivateEndpoint

Properties of the private endpoint object.

privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState

Approval state of the private link connection.

provisioningState?: string

Provisioning state of the private endpoint connection. NOTE: This property will not be serialized. It can only be populated by the server.