| Package | Description | 
|---|---|
| com.microsoft.azure.management.appservice | 
 This package contains the classes for WebSiteManagementClient. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BackupSchedule | 
BackupSchedule.withFrequencyInterval(int frequencyInterval)
Set how often the backup should be executed (e.g. 
 | 
BackupSchedule | 
BackupSchedule.withFrequencyUnit(FrequencyUnit frequencyUnit)
Set the unit of time for how often the backup should be executed (e.g. 
 | 
BackupSchedule | 
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 | 
BackupSchedule.withRetentionPeriodInDays(int retentionPeriodInDays)
Set after how many days backups should be deleted. 
 | 
BackupSchedule | 
BackupSchedule.withStartTime(org.joda.time.DateTime startTime)
Set when the schedule should start working. 
 | 
Copyright © 2019. All rights reserved.