Uses of Interface
com.azure.resourcemanager.sql.models.SqlDatabase
-
Packages that use SqlDatabase Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlDatabase in com.azure.resourcemanager.sql.models
Subinterfaces of SqlDatabase in com.azure.resourcemanager.sql.models Modifier and Type Interface Description interfaceSqlWarehouseAn immutable client-side representation of an Azure SQL Warehouse.Methods in com.azure.resourcemanager.sql.models that return SqlDatabase Modifier and Type Method Description SqlDatabaseSqlElasticPool. addExistingDatabase(SqlDatabase database)Adds an existing SQL Database to the Elastic Pool.SqlDatabaseSqlElasticPool. addExistingDatabase(String databaseName)Adds an existing SQL Database to the Elastic Pool.SqlDatabaseSqlElasticPool. addNewDatabase(String databaseName)Adds a new SQL Database to the Elastic Pool.SqlDatabaseRecommendedElasticPool. getDatabase(String databaseName)Get a specific database in the recommended database.SqlDatabaseSqlElasticPool. getDatabase(String databaseName)Gets the specific database in the elastic pool.SqlDatabaseSqlElasticPool. removeDatabase(String databaseName)Removes an existing SQL Database from the Elastic Pool.SqlDatabaseSqlDatabase. rename(String newDatabaseName)Renames the database.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SqlDatabase Modifier and Type Method Description Mono<SqlDatabase>RecommendedElasticPool. getDatabaseAsync(String databaseName)Get a specific database in the recommended database.List<SqlDatabase>RecommendedElasticPool. listDatabases()Fetches list of databases by making call to Azure.List<SqlDatabase>SqlElasticPool. listDatabases()Lists the SQL databases in this SQL Elastic Pool.com.azure.core.http.rest.PagedFlux<SqlDatabase>RecommendedElasticPool. listDatabasesAsync()Fetches list of databases by making call to Azure.com.azure.core.http.rest.PagedFlux<SqlDatabase>SqlElasticPool. listDatabasesAsync()Asynchronously lists the SQL databases in this SQL Elastic Pool.Mono<SqlDatabase>SqlDatabase. renameAsync(String newDatabaseName)Renames the database asynchronously.Methods in com.azure.resourcemanager.sql.models with parameters of type SqlDatabase Modifier and Type Method Description SqlDatabaseSqlElasticPool. addExistingDatabase(SqlDatabase database)Adds an existing SQL Database to the Elastic Pool.SqlElasticPool.UpdateSqlElasticPool.UpdateStages.WithDatabase. withExistingDatabase(SqlDatabase database)Adds the database in the SQL elastic pool.SqlElasticPoolOperations.DefinitionStages.WithCreateSqlElasticPoolOperations.DefinitionStages.WithDatabase. withExistingDatabase(SqlDatabase database)Adds the database in the SQL elastic pool.SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseIdSqlSyncGroupOperations.DefinitionStages.WithSqlServer. withExistingSqlDatabase(SqlDatabase sqlDatabase)Sets the parent SQL server for the new Sync Group.SqlSyncMemberOperations.DefinitionStages.WithMemberUserNameSqlSyncMemberOperations.DefinitionStages.WithMemberSqlServer. withMemberSqlDatabase(SqlDatabase sqlDatabase)Sets the member SQL Database.SqlDatabase.DefinitionStages.WithCreateMode<ParentT>SqlDatabase.DefinitionStages.WithSourceDatabaseId. withSourceDatabase(SqlDatabase sourceDatabase)Sets the resource if of source database for the SQL Database.SqlDatabaseOperations.DefinitionStages.WithCreateModeSqlDatabaseOperations.DefinitionStages.WithSourceDatabaseId. withSourceDatabase(SqlDatabase sourceDatabase)Sets the resource if of source database for the SQL Database.
-