Class FrontDoorEnabledState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<FrontDoorEnabledState>
com.azure.resourcemanager.frontdoor.models.FrontDoorEnabledState

public final class FrontDoorEnabledState extends com.azure.core.util.ExpandableStringEnum<FrontDoorEnabledState>
Operational status of the Front Door load balancer. Permitted values are 'Enabled' or 'Disabled'.
  • Field Details

    • ENABLED

      public static final FrontDoorEnabledState ENABLED
      Static value Enabled for FrontDoorEnabledState.
    • DISABLED

      public static final FrontDoorEnabledState DISABLED
      Static value Disabled for FrontDoorEnabledState.
  • Constructor Details

    • FrontDoorEnabledState

      @Deprecated public FrontDoorEnabledState()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of FrontDoorEnabledState value.
  • Method Details

    • fromString

      public static FrontDoorEnabledState fromString(String name)
      Creates or finds a FrontDoorEnabledState from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding FrontDoorEnabledState.
    • values

      public static Collection<FrontDoorEnabledState> values()
      Gets known FrontDoorEnabledState values.
      Returns:
      known FrontDoorEnabledState values.