Interface FrontDoor.UpdateStages.WithEnabledState

All Known Subinterfaces:
FrontDoor.Update
Enclosing interface:
FrontDoor.UpdateStages

public static interface FrontDoor.UpdateStages.WithEnabledState
The stage of the FrontDoor update allowing to specify enabledState.
  • Method Details

    • withEnabledState

      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.