Uses of Class
com.azure.resourcemanager.appservice.models.DatabaseBackupSetting
Packages that use DatabaseBackupSetting
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of DatabaseBackupSetting in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type DatabaseBackupSettingModifier and TypeMethodDescriptionBackupItemInner.databases()
Get the databases property: List of databases included in the backup.BackupItemProperties.databases()
Get the databases property: List of databases included in the backup.BackupRequestInner.databases()
Get the databases property: Databases included in the backup.BackupRequestProperties.databases()
Get the databases property: Databases included in the backup.RestoreRequestInner.databases()
Get the databases property: Collection of databases which should be restored.RestoreRequestProperties.databases()
Get the databases property: Collection of databases which should be restored.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type DatabaseBackupSettingModifier and TypeMethodDescriptionBackupRequestInner.withDatabases
(List<DatabaseBackupSetting> databases) Set the databases property: Databases included in the backup.BackupRequestProperties.withDatabases
(List<DatabaseBackupSetting> databases) Set the databases property: Databases included in the backup.RestoreRequestInner.withDatabases
(List<DatabaseBackupSetting> databases) Set the databases property: Collection of databases which should be restored.RestoreRequestProperties.withDatabases
(List<DatabaseBackupSetting> databases) Set the databases property: Collection of databases which should be restored. -
Uses of DatabaseBackupSetting in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return DatabaseBackupSettingModifier and TypeMethodDescriptionstatic DatabaseBackupSetting
DatabaseBackupSetting.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DatabaseBackupSetting from the JsonReader.DatabaseBackupSetting.withConnectionString
(String connectionString) Set the connectionString property: Contains a connection string to a database which is being backed up or restored.DatabaseBackupSetting.withConnectionStringName
(String connectionStringName) Set the connectionStringName property: Contains a connection string name that is linked to the SiteConfig.ConnectionStrings.DatabaseBackupSetting.withDatabaseType
(DatabaseType databaseType) Set the databaseType property: Database type (e.g.Set the name property: The name property.