Sdílet prostřednictvím


ConnectionMonitorTcpConfiguration Constructors

Definition

Overloads

ConnectionMonitorTcpConfiguration()

Initializes a new instance of the ConnectionMonitorTcpConfiguration class.

ConnectionMonitorTcpConfiguration(Nullable<Int32>, Nullable<Boolean>, String)

Initializes a new instance of the ConnectionMonitorTcpConfiguration class.

ConnectionMonitorTcpConfiguration()

Initializes a new instance of the ConnectionMonitorTcpConfiguration class.

public ConnectionMonitorTcpConfiguration ();
Public Sub New ()

Applies to

ConnectionMonitorTcpConfiguration(Nullable<Int32>, Nullable<Boolean>, String)

Initializes a new instance of the ConnectionMonitorTcpConfiguration class.

public ConnectionMonitorTcpConfiguration (int? port = default, bool? disableTraceRoute = default, string destinationPortBehavior = default);
new Microsoft.Azure.Management.Network.Models.ConnectionMonitorTcpConfiguration : Nullable<int> * Nullable<bool> * string -> Microsoft.Azure.Management.Network.Models.ConnectionMonitorTcpConfiguration
Public Sub New (Optional port As Nullable(Of Integer) = Nothing, Optional disableTraceRoute As Nullable(Of Boolean) = Nothing, Optional destinationPortBehavior As String = Nothing)

Parameters

port
Nullable<Int32>

The port to connect to.

disableTraceRoute
Nullable<Boolean>

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

destinationPortBehavior
String

Destination port behavior. Possible values include: 'None', 'ListenIfAvailable'

Applies to