你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConnectionMonitorResult Class

Information about the connection monitor.

Variables are only populated by the server, and will be ignored when sending a request.

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
str

Connection monitor ___location.

Default value: None
tags

Connection monitor tags.

Default value: None
source

Describes the source of connection monitor.

Default value: None
destination

Describes the destination of connection monitor.

Default value: None
auto_start

Determines if the connection monitor will start automatically once created.

Default value: True
monitoring_interval_in_seconds
int

Monitoring interval in seconds.

Default value: 60
endpoints

List of connection monitor endpoints.

Default value: None
test_configurations

List of connection monitor test configurations.

Default value: None
test_groups

List of connection monitor test groups.

Default value: None
outputs

List of connection monitor outputs.

Default value: None
notes
str

Optional notes to be associated with the connection monitor.

Default value: None

Variables

Name Description
name
str

Name of the connection monitor.

id
str

ID of the connection monitor.

etag
str

A unique read-only string that changes whenever the resource is updated.

type
str

Connection monitor type.

___location
str

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
int

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
str

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
str

The monitoring status of the connection monitor.

connection_monitor_type

Type of connection monitor. Known values are: "MultiEndpoint" and "SingleSourceDestination".