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.ModelPrivateLinkServiceConnectionState
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
|
Required. The description for the current state of a private endpoint connection. |
actions_required
|
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
|
Required. The description for the current state of a private endpoint connection. |
actions_required
|
Actions required for a private endpoint connection. |
Azure SDK for Python