ConnectionState Class
ConnectionState information.
- Inheritance
-
ConnectionState
Constructor
ConnectionState(*, status: Optional[Union[str, azure.mgmt.eventgrid.models._event_grid_management_client_enums.PersistedConnectionStatus]] = None, description: Optional[str] = None, actions_required: Optional[str] = None, **kwargs)
Variables
- status
- str or PersistedConnectionStatus
Status of the connection. Possible values include: "Pending", "Approved", "Rejected", "Disconnected".
- description
- str
Description of the connection state.
- actions_required
- str
Actions required (if any).
Feedback
Submit and view feedback for