| Modifier and Type | Method and Description |
|---|---|
BackupSchedule |
BackupSchedule.withFrequencyInterval(int frequencyInterval)
Set the frequencyInterval value.
|
BackupSchedule |
BackupSchedule.withFrequencyUnit(FrequencyUnit frequencyUnit)
Set the frequencyUnit value.
|
BackupSchedule |
BackupSchedule.withKeepAtLeastOneBackup(boolean keepAtLeastOneBackup)
Set the keepAtLeastOneBackup value.
|
BackupSchedule |
BackupSchedule.withRetentionPeriodInDays(int retentionPeriodInDays)
Set the retentionPeriodInDays value.
|
BackupSchedule |
BackupSchedule.withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/