Package version:

interface ConnectionDetail {
    groupId?: string;
    id?: string;
    linkIdentifier?: string;
    memberName?: string;
    privateIpAddress?: string;
}

Properties

groupId?: string

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

id?: string

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

linkIdentifier?: string

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

memberName?: string

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

privateIpAddress?: string

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