ConnectionState Class
ConnectionState information.
- Inheritance
-
azure.mgmt.servicebus._serialization.ModelConnectionState
Constructor
ConnectionState(*, status: str | _models.PrivateLinkConnectionStatus | None = None, description: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
status
|
Status of the connection. Known values are: "Pending", "Approved", "Rejected", and "Disconnected". |
description
|
Description of the connection state. |
Variables
Name | Description |
---|---|
status
|
Status of the connection. Known values are: "Pending", "Approved", "Rejected", and "Disconnected". |
description
|
Description of the connection state. |
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