PrivateLinkServiceConnectionState Class

The current state of a private endpoint connection.

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

Inheritance
azure.mgmt.iothub._serialization.Model
PrivateLinkServiceConnectionState

Constructor

PrivateLinkServiceConnectionState(*, status: str | _models.PrivateLinkServiceConnectionStatus, description: str, actions_required: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
status

The status of a private endpoint connection. Required. Known values are: "Pending", "Approved", "Rejected", and "Disconnected".

description
str

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

actions_required
str

Actions required for a private endpoint connection.

Variables

Name Description
status

The status of a private endpoint connection. Required. Known values are: "Pending", "Approved", "Rejected", and "Disconnected".

description
str

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

actions_required
str

Actions required for a private endpoint connection.