Package version:

Interface PrivateEndpointConnection

The Private Endpoint Connection resource.

interface PrivateEndpointConnection {
    id?: string;
    name?: string;
    privateEndpoint?: PrivateEndpoint;
    privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
    provisioningState?: string;
    type?: string;
}

Properties

id?: string

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

name?: string

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

privateEndpoint?: PrivateEndpoint

The resource of private end point. NOTE: This property will not be serialized. It can only be populated by the server.

privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState

A collection of information about the state of the connection between DiskAccess and Virtual Network.

provisioningState?: string

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

type?: string

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