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

public final class RestoreRequestType extends com.azure.core.util.ExpandableStringEnum<RestoreRequestType>
Restore Type (FullShareRestore or ItemLevelRestore).
  • Field Details

    • INVALID

      public static final RestoreRequestType INVALID
      Static value Invalid for RestoreRequestType.
    • FULL_SHARE_RESTORE

      public static final RestoreRequestType FULL_SHARE_RESTORE
      Static value FullShareRestore for RestoreRequestType.
    • ITEM_LEVEL_RESTORE

      public static final RestoreRequestType ITEM_LEVEL_RESTORE
      Static value ItemLevelRestore for RestoreRequestType.
  • Constructor Details

    • RestoreRequestType

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

    • fromString

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

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