| 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.
|
| Modifier and Type | Method and Description |
|---|---|
BackupSchedule |
BackupRequestProperties.backupSchedule()
Get the backupSchedule property: Schedule for the backup if it is executed periodically.
|
BackupSchedule |
BackupRequestInner.backupSchedule()
Get the backupSchedule property: Schedule for the backup if it is executed periodically.
|
| Modifier and Type | Method and Description |
|---|---|
BackupRequestProperties |
BackupRequestProperties.withBackupSchedule(BackupSchedule backupSchedule)
Set the backupSchedule property: Schedule for the backup if it is executed periodically.
|
BackupRequestInner |
BackupRequestInner.withBackupSchedule(BackupSchedule backupSchedule)
Set the backupSchedule property: Schedule for the backup if it is executed periodically.
|
| Modifier and Type | Method and Description |
|---|---|
BackupSchedule |
BackupSchedule.withFrequencyInterval(int frequencyInterval)
Set the frequencyInterval property: How often the backup should be executed (e.g.
|
BackupSchedule |
BackupSchedule.withFrequencyUnit(FrequencyUnit frequencyUnit)
Set the frequencyUnit property: The unit of time for how often the backup should be executed (e.g.
|
BackupSchedule |
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 |
BackupSchedule.withRetentionPeriodInDays(int retentionPeriodInDays)
Set the retentionPeriodInDays property: After how many days backups should be deleted.
|
BackupSchedule |
BackupSchedule.withStartTime(OffsetDateTime startTime)
Set the startTime property: When the schedule should start working.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.