Class RestorePointType


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

      • INVALID

        public static final RestorePointType INVALID
        Static value Invalid for RestorePointType.
      • FULL

        public static final RestorePointType FULL
        Static value Full for RestorePointType.
      • LOG

        public static final RestorePointType LOG
        Static value Log for RestorePointType.
      • DIFFERENTIAL

        public static final RestorePointType DIFFERENTIAL
        Static value Differential for RestorePointType.
      • INCREMENTAL

        public static final RestorePointType INCREMENTAL
        Static value Incremental for RestorePointType.
    • Constructor Detail

      • RestorePointType

        public RestorePointType()
    • Method Detail

      • fromString

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

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