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.ModelPrivateLinkServiceConnectionState
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
|
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
|
Description of the private Connection state. |
actions_required
|
Action required on the private connection state. |
Azure SDK for Python