Class BackendEnabledState

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

public final class BackendEnabledState extends com.azure.core.util.ExpandableStringEnum<BackendEnabledState>
Whether to enable use of this backend. Permitted values are 'Enabled' or 'Disabled'.
  • Field Details

    • ENABLED

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

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

    • BackendEnabledState

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

    • fromString

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

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