ConnectionMonitorTcpConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the TCP configuration.
public class ConnectionMonitorTcpConfiguration
type ConnectionMonitorTcpConfiguration = class
Public Class ConnectionMonitorTcpConfiguration
- Inheritance
-
ConnectionMonitorTcpConfiguration
Constructors
ConnectionMonitorTcpConfiguration() |
Initializes a new instance of the ConnectionMonitorTcpConfiguration class. |
ConnectionMonitorTcpConfiguration(Nullable<Int32>, Nullable<Boolean>, String) |
Initializes a new instance of the ConnectionMonitorTcpConfiguration class. |
Properties
DestinationPortBehavior |
Gets or sets destination port behavior. Possible values include: 'None', 'ListenIfAvailable' |
DisableTraceRoute |
Gets or sets value indicating whether path evaluation with trace route should be disabled. |
Port |
Gets or sets the port to connect to. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET