| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
BackupRequestProperties |
BackupRequestProperties.withBackupName(String backupName)
Set the backupName property: Name of the backup.
|
BackupRequestProperties |
BackupRequestProperties.withBackupSchedule(BackupSchedule backupSchedule)
Set the backupSchedule property: Schedule for the backup if it is executed periodically.
|
BackupRequestProperties |
BackupRequestProperties.withDatabases(List<DatabaseBackupSetting> databases)
Set the databases property: Databases included in the backup.
|
BackupRequestProperties |
BackupRequestProperties.withEnabled(Boolean enabled)
Set the enabled property: True if the backup schedule is enabled (must be included in that case), false if the
backup schedule should be disabled.
|
BackupRequestProperties |
BackupRequestProperties.withStorageAccountUrl(String storageAccountUrl)
Set the storageAccountUrl property: SAS URL to the container.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.