ConnectionMonitorResult Class
Information about the connection monitor.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network._serialization.ModelConnectionMonitorResult
Constructor
ConnectionMonitorResult(*, location: str | None = None, tags: Dict[str, str] | None = None, source: _models.ConnectionMonitorSource | None = None, destination: _models.ConnectionMonitorDestination | None = None, auto_start: bool = True, monitoring_interval_in_seconds: int = 60, endpoints: List[_models.ConnectionMonitorEndpoint] | None = None, test_configurations: List[_models.ConnectionMonitorTestConfiguration] | None = None, test_groups: List[_models.ConnectionMonitorTestGroup] | None = None, outputs: List[_models.ConnectionMonitorOutput] | None = None, notes: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
Connection monitor location. |
tags
|
Connection monitor tags. |
source
|
Describes the source of connection monitor. |
destination
|
Describes the destination of connection monitor. |
auto_start
|
Determines if the connection monitor will start automatically once created. Default value: True
|
monitoring_interval_in_seconds
|
Monitoring interval in seconds. Default value: 60
|
endpoints
|
List of connection monitor endpoints. |
test_configurations
|
List of connection monitor test configurations. |
test_groups
|
List of connection monitor test groups. |
outputs
|
List of connection monitor outputs. |
notes
|
Optional notes to be associated with the connection monitor. |
Variables
Name | Description |
---|---|
name
|
Name of the connection monitor. |
id
|
ID of the connection monitor. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
type
|
Connection monitor type. |
location
|
Connection monitor location. |
tags
|
Connection monitor tags. |
source
|
Describes the source of connection monitor. |
destination
|
Describes the destination of connection monitor. |
auto_start
|
Determines if the connection monitor will start automatically once created. |
monitoring_interval_in_seconds
|
Monitoring interval in seconds. |
endpoints
|
List of connection monitor endpoints. |
test_configurations
|
List of connection monitor test configurations. |
test_groups
|
List of connection monitor test groups. |
outputs
|
List of connection monitor outputs. |
notes
|
Optional notes to be associated with the connection monitor. |
provisioning_state
|
The provisioning state of the connection monitor. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
start_time
|
The date and time when the connection monitor was started. |
monitoring_status
|
The monitoring status of the connection monitor. |
connection_monitor_type
|
Type of connection monitor. Known values are: "MultiEndpoint" and "SingleSourceDestination". |
Azure SDK for Python