ConnectionMonitorTcpConfiguration Constructors
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.
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
Value indicating whether path evaluation with trace route should be disabled.
- destinationPortBehavior
- String
Destination port behavior. Possible values include: 'None', 'ListenIfAvailable'
Applies to
Azure SDK for .NET