Class SoftDeleteState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SoftDeleteState>
com.azure.resourcemanager.dataprotection.models.SoftDeleteState

public final class SoftDeleteState extends com.azure.core.util.ExpandableStringEnum<SoftDeleteState>
State of soft delete.
  • Field Details

    • OFF

      public static final SoftDeleteState OFF
      Static value Off for SoftDeleteState.
    • ON

      public static final SoftDeleteState ON
      Static value On for SoftDeleteState.
    • ALWAYS_ON

      public static final SoftDeleteState ALWAYS_ON
      Static value AlwaysOn for SoftDeleteState.
  • Constructor Details

    • SoftDeleteState

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

    • fromString

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

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