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. Default value: None
|
description
|
Description of a private link connection. Default value: None
|
actions_required
|
ActionsRequired for a private link connection. Default value: None
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python