Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorSuccessThreshold
Packages that use ConnectionMonitorSuccessThreshold
Package
Description
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 ConnectionMonitorSuccessThresholdModifier and TypeMethodDescriptionConnectionMonitorSuccessThreshold.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionMonitorSuccessThreshold from the JsonReader.ConnectionMonitorTestConfiguration.successThreshold()Get the successThreshold property: The threshold for declaring a test successful.ConnectionMonitorSuccessThreshold.withChecksFailedPercent(Integer checksFailedPercent) Set the checksFailedPercent property: The maximum percentage of failed checks permitted for a test to evaluate as successful.ConnectionMonitorSuccessThreshold.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 ConnectionMonitorSuccessThresholdModifier and TypeMethodDescriptionConnectionMonitorTestConfiguration.withSuccessThreshold(ConnectionMonitorSuccessThreshold successThreshold) Set the successThreshold property: The threshold for declaring a test successful.