ArmNetworkModelFactory.ConnectionMonitorSuccessThreshold Method
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.
public static Azure.ResourceManager.Network.Models.ConnectionMonitorSuccessThreshold ConnectionMonitorSuccessThreshold(int? checksFailedPercent = default, float? roundTripTimeMs = default);
static member ConnectionMonitorSuccessThreshold : Nullable<int> * Nullable<single> -> Azure.ResourceManager.Network.Models.ConnectionMonitorSuccessThreshold
Public Shared Function ConnectionMonitorSuccessThreshold (Optional checksFailedPercent As Nullable(Of Integer) = Nothing, Optional roundTripTimeMs As Nullable(Of Single) = Nothing) As ConnectionMonitorSuccessThreshold
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.
Returns
A new ConnectionMonitorSuccessThreshold instance for mocking.