Class RestoreMode


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

      • POINT_IN_TIME

        public static final RestoreMode POINT_IN_TIME
        Static value PointInTime for RestoreMode.
    • Constructor Detail

      • RestoreMode

        public RestoreMode()
    • Method Detail

      • fromString

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