Uses of Class
com.microsoft.azure.management.appservice.BackupSchedule
Packages that use BackupSchedule
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of BackupSchedule in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return BackupScheduleModifier and TypeMethodDescriptionBackupSchedule.withFrequencyInterval
(int frequencyInterval) Set how often the backup should be executed (e.g.BackupSchedule.withFrequencyUnit
(FrequencyUnit frequencyUnit) Set the unit of time for how often the backup should be executed (e.g.BackupSchedule.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.BackupSchedule.withRetentionPeriodInDays
(int retentionPeriodInDays) Set after how many days backups should be deleted.BackupSchedule.withStartTime
(org.joda.time.DateTime startTime) Set when the schedule should start working.