PrivateLinkConnectionState Class
The state of a private link connection.
- Inheritance
-
azure.mgmt.web._serialization.ModelPrivateLinkConnectionState
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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python