ConnectionMonitorSuccessThreshold 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
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
The maximum percentage of failed checks permitted for a test to evaluate as successful.
The maximum round-trip time in milliseconds permitted for a test to evaluate as successful.
Applies to
Azure SDK for .NET