Class RestoreRequestType


  • public final class RestoreRequestType
    extends com.azure.core.util.ExpandableStringEnum<RestoreRequestType>
    Defines values for RestoreRequestType.
    • Field Detail

      • 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 Detail

      • RestoreRequestType

        public RestoreRequestType()
    • Method Detail

      • 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.