Uses of Class
com.microsoft.azure.management.appservice.BackupSchedule
-
-
Uses of BackupSchedule in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return BackupSchedule Modifier and Type Method Description BackupScheduleBackupSchedule. withFrequencyInterval(int frequencyInterval)Set how often the backup should be executed (e.g.BackupScheduleBackupSchedule. withFrequencyUnit(FrequencyUnit frequencyUnit)Set the unit of time for how often the backup should be executed (e.g.BackupScheduleBackupSchedule. withKeepAtLeastOneBackup(boolean keepAtLeastOneBackup)Set true if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise.BackupScheduleBackupSchedule. withRetentionPeriodInDays(int retentionPeriodInDays)Set after how many days backups should be deleted.BackupScheduleBackupSchedule. withStartTime(org.joda.time.DateTime startTime)Set when the schedule should start working.
-