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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python