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.v2018_01_01.models._models_py3.ConnectionMonitorSource, destination: azure.mgmt.network.v2018_01_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.

tags
dict[str, str]

A set of tags. Connection monitor tags.

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.