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

ConnectionMonitorDestination Class

Describes the destination of connection monitor.

Constructor

ConnectionMonitorDestination(*, resource_id: str | None = None, address: str | None = None, port: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
resource_id
str

The ID of the resource used as the destination by connection monitor.

Default value: None
address
str

Address of the connection monitor destination (IP or ___domain name).

Default value: None
port
int

The destination port used by connection monitor.

Default value: None

Variables

Name Description
resource_id
str

The ID of the resource used as the destination by connection monitor.

address
str

Address of the connection monitor destination (IP or ___domain name).

port
int

The destination port used by connection monitor.