Uses of Class
com.azure.resourcemanager.frontdoor.models.LoadBalancingSettingsModel
Packages that use 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
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return types with arguments of type LoadBalancingSettingsModelModifier and TypeMethodDescriptionFrontDoorInner.loadBalancingSettings()Get the loadBalancingSettings property: Load balancing settings associated with this Front Door instance.Method parameters in com.azure.resourcemanager.frontdoor.fluent.models with type arguments of type LoadBalancingSettingsModelModifier 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
Methods in com.azure.resourcemanager.frontdoor.models that return LoadBalancingSettingsModelModifier 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.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type LoadBalancingSettingsModelModifier 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.Method parameters in com.azure.resourcemanager.frontdoor.models with type arguments of type LoadBalancingSettingsModelModifier 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.