ConnectionMonitor Class
Parameters that define the operation to create a connection monitor.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
ConnectionMonitor
Constructor
ConnectionMonitor(*, source: azure.mgmt.network.v2017_10_01.models._models_py3.ConnectionMonitorSource, destination: azure.mgmt.network.v2017_10_01.models._models_py3.ConnectionMonitorDestination, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, auto_start: typing.Union[bool, NoneType] = True, monitoring_interval_in_seconds: typing.Union[int, NoneType] = 60, **kwargs)
Parameters
- location
- str
Connection monitor location.
- source
- ConnectionMonitorSource
Required. Describes the source of connection monitor.
- destination
- ConnectionMonitorDestination
Required. Describes the destination of connection monitor.
- auto_start
- bool
Determines if the connection monitor will start automatically once created.
- monitoring_interval_in_seconds
- int
Monitoring interval in seconds.
Feedback
Submit and view feedback for