Interface LoadBalancingRule.UpdateStages.WithLoadDistribution
-
- All Known Subinterfaces:
LoadBalancingRule.Update
- Enclosing interface:
- LoadBalancingRule.UpdateStages
public static interface LoadBalancingRule.UpdateStages.WithLoadDistributionThe stage of a load balancing rule update allowing to modify the load distribution.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancingRule.UpdatewithLoadDistribution(LoadDistribution loadDistribution)Specifies the load distribution mode.
-
-
-
Method Detail
-
withLoadDistribution
LoadBalancingRule.Update withLoadDistribution(LoadDistribution loadDistribution)
Specifies the load distribution mode.- Parameters:
loadDistribution- a supported load distribution mode- Returns:
- the next stage of the definition
-
-