Uses of Class
com.azure.resourcemanager.appservice.models.BackupSchedule
-
Packages that use BackupSchedule Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of BackupSchedule in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return BackupSchedule Modifier and Type Method Description BackupScheduleBackupRequestInner. backupSchedule()Get the backupSchedule property: Schedule for the backup if it is executed periodically.BackupScheduleBackupRequestProperties. backupSchedule()Get the backupSchedule property: Schedule for the backup if it is executed periodically.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type BackupSchedule Modifier and Type Method Description BackupRequestInnerBackupRequestInner. withBackupSchedule(BackupSchedule backupSchedule)Set the backupSchedule property: Schedule for the backup if it is executed periodically.BackupRequestPropertiesBackupRequestProperties. withBackupSchedule(BackupSchedule backupSchedule)Set the backupSchedule property: Schedule for the backup if it is executed periodically. -
Uses of BackupSchedule in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return BackupSchedule Modifier and Type Method Description BackupScheduleBackupSchedule. withFrequencyInterval(int frequencyInterval)Set the frequencyInterval property: How often the backup should be executed (e.g.BackupScheduleBackupSchedule. withFrequencyUnit(FrequencyUnit frequencyUnit)Set the frequencyUnit property: The unit of time for how often the backup should be executed (e.g.BackupScheduleBackupSchedule. withKeepAtLeastOneBackup(boolean keepAtLeastOneBackup)Set the keepAtLeastOneBackup property: 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 the retentionPeriodInDays property: After how many days backups should be deleted.BackupScheduleBackupSchedule. withStartTime(OffsetDateTime startTime)Set the startTime property: When the schedule should start working.
-