Package version:

InterfacePrivateLinkServiceConnectionStateProperty

State of the private endpoint connection.

interface PrivateLinkServiceConnectionStateProperty {
    actionsRequired?: string;
    description: string;
    status: string;
}

Properties

actionsRequired?: string

The actions required for private link service connection. NOTE: This property will not be serialized. It can only be populated by the server.

description: string

The private link service connection description.

status: string

The private link service connection status.