PrivateLinkServiceConnectionState Class

The current state of a private endpoint connection.

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

Inheritance
PrivateLinkServiceConnectionState

Constructor

PrivateLinkServiceConnectionState(*, status: Union[str, azure.mgmt.iothub.v2021_03_31.models._iot_hub_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.