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. |