Package version:

InterfacePrivateEndpointConnectionDataModel

The Data Model for a Private Endpoint Connection associated with a Private Link Scope

interface PrivateEndpointConnectionDataModel {
    id?: string;
    name?: string;
    properties?: PrivateEndpointConnectionProperties;
    type?: string;
}

Properties

id?: string

The ARM Resource Id of the Private Endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The Name of the Private Endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

The Private Endpoint Connection properties.

type?: string

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