Uses of Class
com.azure.resourcemanager.appservice.models.BackupSchedule
Packages that use BackupSchedule
Package
Description
Package containing the inner data models for WebSiteManagementClient.
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 BackupScheduleModifier and TypeMethodDescriptionBackupRequestInner.backupSchedule()Get the backupSchedule property: Schedule for the backup if it is executed periodically.BackupRequestProperties.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 BackupScheduleModifier and TypeMethodDescriptionBackupRequestInner.withBackupSchedule(BackupSchedule backupSchedule) Set the backupSchedule property: Schedule for the backup if it is executed periodically.BackupRequestProperties.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 BackupScheduleModifier and TypeMethodDescriptionBackupSchedule.withFrequencyInterval(int frequencyInterval) Set the frequencyInterval property: How often the backup should be executed (e.g.BackupSchedule.withFrequencyUnit(FrequencyUnit frequencyUnit) Set the frequencyUnit property: The unit of time for how often the backup should be executed (e.g.BackupSchedule.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.BackupSchedule.withRetentionPeriodInDays(int retentionPeriodInDays) Set the retentionPeriodInDays property: After how many days backups should be deleted.BackupSchedule.withStartTime(OffsetDateTime startTime) Set the startTime property: When the schedule should start working.