LoadBalancingRule.UpdateStages.WithLoadDistribution Interface

public static interface LoadBalancingRule.UpdateStages.WithLoadDistribution

The stage of a load balancing rule update allowing to modify the load distribution.

Method Summary

Modifier and Type Method and Description
abstract Update withLoadDistribution(LoadDistribution loadDistribution)

Specifies the load distribution mode.

Method Details

withLoadDistribution

public abstract LoadBalancingRule.Update withLoadDistribution(LoadDistribution loadDistribution)

Specifies the load distribution mode.

Parameters:

loadDistribution - a supported load distribution mode

Returns:

the next stage of the definition

Applies to