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 Azure.

Inheritance
PrivateLinkServiceConnectionState

Constructor

PrivateLinkServiceConnectionState(*, status: Union[str, azure.mgmt.batch.models._batch_management_client_enums.PrivateLinkServiceConnectionStatus], description: Optional[str] = None, **kwargs)

Variables

status
str or PrivateLinkServiceConnectionStatus

Required. The status of the Batch private endpoint connection. Possible values include: "Approved", "Pending", "Rejected", "Disconnected".

description
str

Description of the private Connection state.

action_required
str

Action required on the private connection state.