PrivateLinkConnectionState Class
The state of a private link connection.
Constructor
PrivateLinkConnectionState(*, status: str | None = None, description: str | None = None, actions_required: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
status
|
Status of a private link connection. |
description
|
Description of a private link connection. |
actions_required
|
ActionsRequired for a private link connection. |
Variables
Name | Description |
---|---|
status
|
Status of a private link connection. |
description
|
Description of a private link connection. |
actions_required
|
ActionsRequired for a private link connection. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python