PrivateLinkServiceConnectionState Class

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

Variables are only populated by the server, and will be ignored when sending a request.

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

Inheritance
azure.mgmt.batch._serialization.Model
PrivateLinkServiceConnectionState

Constructor

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

Keyword-Only Parameters

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.

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.