Uses of Class
com.azure.resourcemanager.frontdoor.models.LoadBalancingSettingsModel
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of LoadBalancingSettingsModel in com.azure.resourcemanager.frontdoor.fluent.models
Modifier and TypeMethodDescriptionFrontDoorInner.loadBalancingSettings()
Get the loadBalancingSettings property: Load balancing settings associated with this Front Door instance.Modifier and TypeMethodDescriptionFrontDoorInner.withLoadBalancingSettings
(List<LoadBalancingSettingsModel> loadBalancingSettings) Set the loadBalancingSettings property: Load balancing settings associated with this Front Door instance.FrontDoorProperties.withLoadBalancingSettings
(List<LoadBalancingSettingsModel> loadBalancingSettings) Set the loadBalancingSettings property: Load balancing settings associated with this Front Door instance. -
Uses of LoadBalancingSettingsModel in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionLoadBalancingSettingsModel.withAdditionalLatencyMilliseconds
(Integer additionalLatencyMilliseconds) Set the additionalLatencyMilliseconds property: The additional latency in milliseconds for probes to fall into the lowest latency bucket.Set the name property: Resource name.LoadBalancingSettingsModel.withSampleSize
(Integer sampleSize) Set the sampleSize property: The number of samples to consider for load balancing decisions.LoadBalancingSettingsModel.withSuccessfulSamplesRequired
(Integer successfulSamplesRequired) Set the successfulSamplesRequired property: The number of samples within the sample period that must succeed.Modifier and TypeMethodDescriptionFrontDoor.loadBalancingSettings()
Gets the loadBalancingSettings property: Load balancing settings associated with this Front Door instance.FrontDoorUpdateParameters.loadBalancingSettings()
Get the loadBalancingSettings property: Load balancing settings associated with this Front Door instance.Modifier and TypeMethodDescriptionFrontDoor.DefinitionStages.WithLoadBalancingSettings.withLoadBalancingSettings
(List<LoadBalancingSettingsModel> loadBalancingSettings) Specifies the loadBalancingSettings property: Load balancing settings associated with this Front Door instance..FrontDoor.UpdateStages.WithLoadBalancingSettings.withLoadBalancingSettings
(List<LoadBalancingSettingsModel> loadBalancingSettings) Specifies the loadBalancingSettings property: Load balancing settings associated with this Front Door instance..FrontDoorUpdateParameters.withLoadBalancingSettings
(List<LoadBalancingSettingsModel> loadBalancingSettings) Set the loadBalancingSettings property: Load balancing settings associated with this Front Door instance.