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). |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python