PrivateLinkServiceConnectionState Class
The state of a private link service connection.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelPrivateLinkServiceConnectionState
Constructor
PrivateLinkServiceConnectionState(*, status: str | _models.ConnectionStatus | None = None, description: str | None = None, actions_required: str | _models.ActionsRequired | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
status
|
The private link service connection status. Known values are: "Approved", "Pending", "Rejected", and "Disconnected". |
description
|
The description for connection status. For example if connection is rejected it can indicate reason for rejection. |
actions_required
|
A message indicating if changes on the service provider require any updates on the consumer. Known values are: "None" and "Recreate". |
Variables
Name | Description |
---|---|
status
|
The private link service connection status. Known values are: "Approved", "Pending", "Rejected", and "Disconnected". |
description
|
The description for connection status. For example if connection is rejected it can indicate reason for rejection. |
actions_required
|
A message indicating if changes on the service provider require any updates on the consumer. Known values are: "None" and "Recreate". |
Azure SDK for Python