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

ConnectionMonitorTcpConfiguration Class

Describes the TCP configuration.

Constructor

ConnectionMonitorTcpConfiguration(*, port: int | None = None, disable_trace_route: bool | None = None, destination_port_behavior: str | _models.DestinationPortBehavior | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
port
int

The port to connect to.

Default value: None
disable_trace_route

Value indicating whether path evaluation with trace route should be disabled.

Default value: None
destination_port_behavior

Destination port behavior. Known values are: "None" and "ListenIfAvailable".

Default value: None

Variables

Name Description
port
int

The port to connect to.

disable_trace_route

Value indicating whether path evaluation with trace route should be disabled.

destination_port_behavior

Destination port behavior. Known values are: "None" and "ListenIfAvailable".