Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorSuccessThreshold
-
Packages that use ConnectionMonitorSuccessThreshold Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ConnectionMonitorSuccessThreshold in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorSuccessThreshold Modifier and Type Method Description ConnectionMonitorSuccessThresholdConnectionMonitorTestConfiguration. successThreshold()Get the successThreshold property: The threshold for declaring a test successful.ConnectionMonitorSuccessThresholdConnectionMonitorSuccessThreshold. withChecksFailedPercent(Integer checksFailedPercent)Set the checksFailedPercent property: The maximum percentage of failed checks permitted for a test to evaluate as successful.ConnectionMonitorSuccessThresholdConnectionMonitorSuccessThreshold. withRoundTripTimeMs(Float roundTripTimeMs)Set the roundTripTimeMs property: The maximum round-trip time in milliseconds permitted for a test to evaluate as successful.Methods in com.azure.resourcemanager.network.models with parameters of type ConnectionMonitorSuccessThreshold Modifier and Type Method Description ConnectionMonitorTestConfigurationConnectionMonitorTestConfiguration. withSuccessThreshold(ConnectionMonitorSuccessThreshold successThreshold)Set the successThreshold property: The threshold for declaring a test successful.
-