Package version:

Interface PrivateEndpointProperties

The properties associated with a private endpoint.

interface PrivateEndpointProperties {
    createdDate?: string;
    manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[];
}

Properties

createdDate?: string

The date when this private endpoint was created. NOTE: This property will not be serialized. It can only be populated by the server.

manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[]

A list of connections to the remote resource. Immutable after it is set.

Generated using TypeDoc