Share via


PrivateLinkServiceConnectionState Class

The private link service connection state of the private endpoint connection.

Constructor

PrivateLinkServiceConnectionState(*args: Any, **kwargs: Any)

Variables

Name Description
status

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

description
str

Description of the private Connection state.

actions_required
str

Action required on the private connection state.

Attributes

actions_required

Action required on the private connection state.

actions_required: str | None

description

Description of the private Connection state.

description: str | None

status

"Approved", "Pending", "Rejected", and "Disconnected".

status: str | _models.PrivateLinkServiceConnectionStatus