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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python