Uses of Class
com.azure.resourcemanager.appservice.models.DatabaseBackupSetting
-
Packages that use DatabaseBackupSetting 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. -
-
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 DatabaseBackupSetting Modifier and Type Method Description List<DatabaseBackupSetting>BackupItemInner. databases()Get the databases property: List of databases included in the backup.List<DatabaseBackupSetting>BackupItemProperties. databases()Get the databases property: List of databases included in the backup.List<DatabaseBackupSetting>BackupRequestInner. databases()Get the databases property: Databases included in the backup.List<DatabaseBackupSetting>BackupRequestProperties. databases()Get the databases property: Databases included in the backup.List<DatabaseBackupSetting>RestoreRequestInner. databases()Get the databases property: Collection of databases which should be restored.List<DatabaseBackupSetting>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 DatabaseBackupSetting Modifier and Type Method Description BackupRequestInnerBackupRequestInner. withDatabases(List<DatabaseBackupSetting> databases)Set the databases property: Databases included in the backup.BackupRequestPropertiesBackupRequestProperties. withDatabases(List<DatabaseBackupSetting> databases)Set the databases property: Databases included in the backup.RestoreRequestInnerRestoreRequestInner. withDatabases(List<DatabaseBackupSetting> databases)Set the databases property: Collection of databases which should be restored.RestoreRequestPropertiesRestoreRequestProperties. 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 DatabaseBackupSetting Modifier and Type Method Description DatabaseBackupSettingDatabaseBackupSetting. withConnectionString(String connectionString)Set the connectionString property: Contains a connection string to a database which is being backed up or restored.DatabaseBackupSettingDatabaseBackupSetting. withConnectionStringName(String connectionStringName)Set the connectionStringName property: Contains a connection string name that is linked to the SiteConfig.ConnectionStrings.DatabaseBackupSettingDatabaseBackupSetting. withDatabaseType(DatabaseType databaseType)Set the databaseType property: Database type (e.g.DatabaseBackupSettingDatabaseBackupSetting. withName(String name)Set the name property: The name property.
-