Uses of Class
com.microsoft.azure.management.network.ConnectionMonitorSuccessThreshold
Packages that use ConnectionMonitorSuccessThreshold
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ConnectionMonitorSuccessThreshold in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ConnectionMonitorSuccessThresholdModifier and TypeMethodDescriptionConnectionMonitorTestConfiguration.successThreshold()
Get the threshold for declaring a test successful.ConnectionMonitorSuccessThreshold.withChecksFailedPercent
(Integer checksFailedPercent) Set the maximum percentage of failed checks permitted for a test to evaluate as successful.ConnectionMonitorSuccessThreshold.withRoundTripTimeMs
(Integer roundTripTimeMs) Set the maximum round-trip time in milliseconds permitted for a test to evaluate as successful.Methods in com.microsoft.azure.management.network with parameters of type ConnectionMonitorSuccessThresholdModifier and TypeMethodDescriptionConnectionMonitorTestConfiguration.withSuccessThreshold
(ConnectionMonitorSuccessThreshold successThreshold) Set the threshold for declaring a test successful.