ConnectionMonitorResult Class
Information about the connection monitor.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
ConnectionMonitorResult
Constructor
ConnectionMonitorResult(*, etag: typing.Union[str, NoneType] = 'A unique read-only string that changes whenever the resource is updated.', location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, source: typing.Union[_ForwardRef('ConnectionMonitorSource'), NoneType] = None, destination: typing.Union[_ForwardRef('ConnectionMonitorDestination'), NoneType] = None, auto_start: typing.Union[bool, NoneType] = True, monitoring_interval_in_seconds: typing.Union[int, NoneType] = 60, start_time: typing.Union[datetime.datetime, NoneType] = None, monitoring_status: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- location
- str
Connection monitor location.
- source
- ConnectionMonitorSource
Describes the source of connection monitor.
- destination
- ConnectionMonitorDestination
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.
- start_time
- datetime
The date and time when the connection monitor was started.
- monitoring_status
- str
The monitoring status of the connection monitor.
Variables
- name
- str
Name of the connection monitor.
- id
- str
ID of the connection monitor.
- type
- str
Connection monitor type.
- provisioning_state
- str or ProvisioningState
The provisioning state of the connection monitor. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for