| 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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/