ConnectionState Class
ConnectionState information.
- Inheritance
-
azure.mgmt.eventgrid._serialization.ModelConnectionState
Constructor
ConnectionState(*, status: str | _models.PersistedConnectionStatus | None = None, description: str | None = None, actions_required: 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. |
actions_required
|
Actions required (if any). |
Variables
Name | Description |
---|---|
status
|
Status of the connection. Known values are: "Pending", "Approved", "Rejected", and "Disconnected". |
description
|
Description of the connection state. |
actions_required
|
Actions required (if any). |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python