Uses of Class
com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of LoadBalancingSettingsParameters in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionAFDOriginGroupUpdateParameters.loadBalancingSettings()
Get load balancing settings for a backend pool.LoadBalancingSettingsParameters.withAdditionalLatencyInMilliseconds
(Integer additionalLatencyInMilliseconds) Set the additional latency in milliseconds for probes to fall into the lowest latency bucket.LoadBalancingSettingsParameters.withSampleSize
(Integer sampleSize) Set the number of samples to consider for load balancing decisions.LoadBalancingSettingsParameters.withSuccessfulSamplesRequired
(Integer successfulSamplesRequired) Set the number of samples within the sample period that must succeed.Modifier and TypeMethodDescriptionAFDOriginGroupUpdateParameters.withLoadBalancingSettings
(LoadBalancingSettingsParameters loadBalancingSettings) Set load balancing settings for a backend pool.