Package version:

Interface PrivateLinkServiceConnection

A grouping of information about the connection to the remote resource.

interface PrivateLinkServiceConnection {
    groupIds?: string[];
    privateLinkServiceConnectionState?: PrivateLinkConnectionState;
    privateLinkServiceId?: string;
    requestMessage?: string;
}

Properties

groupIds?: string[]

The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to. Required on PUT (CreateOrUpdate) requests.

privateLinkServiceConnectionState?: PrivateLinkConnectionState

A collection of read-only information about the state of the connection to the private remote resource.

privateLinkServiceId?: string

The resource id of the private link service. Required on PUT (CreateOrUpdate) requests.

requestMessage?: string

A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc