Class BackupScheduleType


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

      • MANUAL

        public static final BackupScheduleType MANUAL
        Static value Manual for BackupScheduleType.
      • AUTOMATED

        public static final BackupScheduleType AUTOMATED
        Static value Automated for BackupScheduleType.
    • Constructor Detail

      • BackupScheduleType

        public BackupScheduleType()
    • Method Detail

      • fromString

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