ConnectionMonitorQueryResult Class
List of connection states snapshots.
- Inheritance
-
azure.mgmt.network._serialization.ModelConnectionMonitorQueryResult
Constructor
ConnectionMonitorQueryResult(*, source_status: str | _models.ConnectionMonitorSourceStatus | None = None, states: List[_models.ConnectionStateSnapshot] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
source_status
|
Status of connection monitor source. Known values are: "Unknown", "Active", and "Inactive". |
states
|
Information about connection states. |
Variables
Name | Description |
---|---|
source_status
|
Status of connection monitor source. Known values are: "Unknown", "Active", and "Inactive". |
states
|
Information about connection states. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python