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
|
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". |
Variables
Name | Description |
---|---|
port
|
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". |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python