Package version:

Interface ConnectionStateProperties

The connection state of a managed private endpoint

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

Properties

actionsRequired?: string

The actions required on the managed private endpoint NOTE: This property will not be serialized. It can only be populated by the server.

description?: string

The managed private endpoint description NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

The approval status NOTE: This property will not be serialized. It can only be populated by the server.