Package version:

InterfacePrivateEndpointConnectionProperties

Properties of a private endpoint connection.

interface PrivateEndpointConnectionProperties {
    groupIds?: string[];
    privateEndpoint?: PrivateEndpointProperty;
    privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;
    provisioningState?: string;
}

Properties

groupIds?: string[]

List of group IDs. NOTE: This property will not be serialized. It can only be populated by the server.

privateEndpoint?: PrivateEndpointProperty

Private endpoint which the connection belongs to.

privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty

Connection state of the private endpoint connection.

provisioningState?: string

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