Class SoftDeleteFeatureState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SoftDeleteFeatureState>
com.azure.resourcemanager.recoveryservicesbackup.models.SoftDeleteFeatureState

public final class SoftDeleteFeatureState extends com.azure.core.util.ExpandableStringEnum<SoftDeleteFeatureState>
Soft Delete feature state.
  • Field Details

    • INVALID

      public static final SoftDeleteFeatureState INVALID
      Static value Invalid for SoftDeleteFeatureState.
    • ENABLED

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

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

    • SoftDeleteFeatureState

      public SoftDeleteFeatureState()
  • Method Details

    • fromString

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

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