ConnectionMonitorTcpConfiguration Class
Describes the TCP configuration.
- Inheritance
-
azure.mgmt.network._serialization.ModelConnectionMonitorTcpConfiguration
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". |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python