Uses of Class
com.azure.resourcemanager.appservice.fluent.models.BackupRequestProperties
-
Packages that use BackupRequestProperties Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient. -
-
Uses of BackupRequestProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return BackupRequestProperties Modifier and Type Method Description BackupRequestPropertiesBackupRequestProperties. withBackupName(String backupName)Set the backupName property: Name of the backup.BackupRequestPropertiesBackupRequestProperties. withBackupSchedule(BackupSchedule backupSchedule)Set the backupSchedule property: Schedule for the backup if it is executed periodically.BackupRequestPropertiesBackupRequestProperties. withDatabases(List<DatabaseBackupSetting> databases)Set the databases property: Databases included in the backup.BackupRequestPropertiesBackupRequestProperties. 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.BackupRequestPropertiesBackupRequestProperties. withStorageAccountUrl(String storageAccountUrl)Set the storageAccountUrl property: SAS URL to the container.
-