PrivateLinkServiceConnectionState Class

The current state of a private endpoint connection.

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

Inheritance
msrest.serialization.Model
PrivateLinkServiceConnectionState

Constructor

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

Keyword-Only Parameters

Name Description
status

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.

Variables

Name Description
status

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.