ConnectionState Class

The current state of a private endpoint connection.

All required parameters must be populated in order to send to Azure.

Inheritance
ConnectionState

Constructor

ConnectionState(*, status: Union[str, azure.mgmt.digitaltwins.v2020_12_01.models._azure_digital_twins_management_client_enums.PrivateLinkServiceConnectionStatus], description: str, actions_required: Optional[str] = None, **kwargs)

Variables

status
str or PrivateLinkServiceConnectionStatus

Required. The status of a private endpoint connection. Possible values include: "Pending", "Approved", "Rejected", "Disconnected".

description
str

Required. The description for the current state of a private endpoint connection.

actions_required
str

Actions required for a private endpoint connection.