Uses of Class
com.azure.resourcemanager.frontdoor.models.LoadBalancingSettingsUpdateParameters
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of LoadBalancingSettingsUpdateParameters in com.azure.resourcemanager.frontdoor.fluent.models
Modifier and TypeClassDescriptionfinal class
The JSON object that contains the properties required to create load balancing settings. -
Uses of LoadBalancingSettingsUpdateParameters in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionLoadBalancingSettingsUpdateParameters.withAdditionalLatencyMilliseconds
(Integer additionalLatencyMilliseconds) Set the additionalLatencyMilliseconds property: The additional latency in milliseconds for probes to fall into the lowest latency bucket.LoadBalancingSettingsUpdateParameters.withSampleSize
(Integer sampleSize) Set the sampleSize property: The number of samples to consider for load balancing decisions.LoadBalancingSettingsUpdateParameters.withSuccessfulSamplesRequired
(Integer successfulSamplesRequired) Set the successfulSamplesRequired property: The number of samples within the sample period that must succeed.