ConnectionMonitorSuccessThreshold Constructors

Definition

Overloads

ConnectionMonitorSuccessThreshold()

Initializes a new instance of the ConnectionMonitorSuccessThreshold class.

ConnectionMonitorSuccessThreshold(Nullable<Int32>, Nullable<Double>)

Initializes a new instance of the ConnectionMonitorSuccessThreshold class.

ConnectionMonitorSuccessThreshold()

Initializes a new instance of the ConnectionMonitorSuccessThreshold class.

public ConnectionMonitorSuccessThreshold ();
Public Sub New ()

Applies to

ConnectionMonitorSuccessThreshold(Nullable<Int32>, Nullable<Double>)

Initializes a new instance of the ConnectionMonitorSuccessThreshold class.

public ConnectionMonitorSuccessThreshold (int? checksFailedPercent = default, double? roundTripTimeMs = default);
new Microsoft.Azure.Management.Network.Models.ConnectionMonitorSuccessThreshold : Nullable<int> * Nullable<double> -> Microsoft.Azure.Management.Network.Models.ConnectionMonitorSuccessThreshold
Public Sub New (Optional checksFailedPercent As Nullable(Of Integer) = Nothing, Optional roundTripTimeMs As Nullable(Of Double) = Nothing)

Parameters

checksFailedPercent
Nullable<Int32>

The maximum percentage of failed checks permitted for a test to evaluate as successful.

roundTripTimeMs
Nullable<Double>

The maximum round-trip time in milliseconds permitted for a test to evaluate as successful.

Applies to