Package version:

Interface RemotePrivateEndpointConnection

A remote private endpoint connection

interface RemotePrivateEndpointConnection {
    privateEndpoint?: ArmIdWrapper;
    privateLinkServiceConnectionState?: PrivateLinkConnectionState;
    provisioningState?: string;
}

Properties

privateEndpoint?: ArmIdWrapper

PrivateEndpoint of a remote private endpoint connection

privateLinkServiceConnectionState?: PrivateLinkConnectionState

The state of a private link connection

provisioningState?: string

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