Class FrontDoorResourceState

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

public final class FrontDoorResourceState extends com.azure.core.util.ExpandableStringEnum<FrontDoorResourceState>
Resource status of the Front Door or Front Door SubResource.
  • Field Details

    • CREATING

      public static final FrontDoorResourceState CREATING
      Static value Creating for FrontDoorResourceState.
    • ENABLING

      public static final FrontDoorResourceState ENABLING
      Static value Enabling for FrontDoorResourceState.
    • ENABLED

      public static final FrontDoorResourceState ENABLED
      Static value Enabled for FrontDoorResourceState.
    • DISABLING

      public static final FrontDoorResourceState DISABLING
      Static value Disabling for FrontDoorResourceState.
    • DISABLED

      public static final FrontDoorResourceState DISABLED
      Static value Disabled for FrontDoorResourceState.
    • DELETING

      public static final FrontDoorResourceState DELETING
      Static value Deleting for FrontDoorResourceState.
  • Constructor Details

    • FrontDoorResourceState

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

    • fromString

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

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