Uses of Class
com.azure.resourcemanager.appservice.fluent.models.BackupRequestProperties
Packages that use BackupRequestProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of BackupRequestProperties in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type BackupRequestPropertiesModifier and TypeClassDescriptionfinal classBackupRequest resource specific properties.Methods in com.azure.resourcemanager.appservice.fluent.models that return BackupRequestPropertiesModifier and TypeMethodDescriptionstatic BackupRequestPropertiesBackupRequestProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BackupRequestProperties from the JsonReader.BackupRequestProperties.withBackupName(String backupName) Set the backupName property: Name of the backup.BackupRequestProperties.withBackupSchedule(BackupSchedule backupSchedule) Set the backupSchedule property: Schedule for the backup if it is executed periodically.BackupRequestProperties.withDatabases(List<DatabaseBackupSetting> databases) Set the databases property: Databases included in the backup.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.withStorageAccountUrl(String storageAccountUrl) Set the storageAccountUrl property: SAS URL to the container.