Uses of Class
com.azure.resourcemanager.frontdoor.models.LoadBalancingSettingsUpdateParameters
Packages that use 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
Subclasses of LoadBalancingSettingsUpdateParameters in com.azure.resourcemanager.frontdoor.fluent.modelsModifier and TypeClassDescriptionfinal classThe JSON object that contains the properties required to create load balancing settings. -
Uses of LoadBalancingSettingsUpdateParameters in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return LoadBalancingSettingsUpdateParametersModifier 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.