FrontDoor.UpdateStages.WithLoadBalancingSettings Interface

public static interface FrontDoor.UpdateStages.WithLoadBalancingSettings

The stage of the FrontDoor update allowing to specify loadBalancingSettings.

Method Summary

Modifier and Type Method and Description
abstract Update withLoadBalancingSettings(List<LoadBalancingSettingsModel> loadBalancingSettings)

Specifies the loadBalancingSettings property: Load balancing settings associated with this Front Door instance..

Method Details

withLoadBalancingSettings

public abstract FrontDoor.Update withLoadBalancingSettings(List loadBalancingSettings)

Specifies the loadBalancingSettings property: Load balancing settings associated with this Front Door instance..

Parameters:

loadBalancingSettings - Load balancing settings associated with this Front Door instance.

Returns:

the next definition stage.

Applies to