FrontDoor.UpdateStages.WithEnabledState Interface

public static interface FrontDoor.UpdateStages.WithEnabledState

The stage of the FrontDoor update allowing to specify enabledState.

Method Summary

Modifier and Type Method and Description
abstract Update withEnabledState(FrontDoorEnabledState enabledState)

Specifies the enabledState property: Operational status of the Front Door load balancer.

Method Details

withEnabledState

public abstract FrontDoor.Update withEnabledState(FrontDoorEnabledState enabledState)

Specifies the enabledState property: Operational status of the Front Door load balancer. Permitted values are 'Enabled' or 'Disabled'.

Parameters:

enabledState - Operational status of the Front Door load balancer. Permitted values are 'Enabled' or 'Disabled'.

Returns:

the next definition stage.

Applies to