Class BackupType


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

      • MANUAL

        public static final BackupType MANUAL
        Static value Manual for BackupType.
      • SCHEDULED

        public static final BackupType SCHEDULED
        Static value Scheduled for BackupType.
    • Constructor Detail

      • BackupType

        public BackupType()
    • Method Detail

      • fromString

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