Uses of Interface
com.azure.resourcemanager.sql.models.SqlDatabase
Packages that use SqlDatabase
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlDatabase in com.azure.resourcemanager.sql.models
Subinterfaces of SqlDatabase in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure SQL Warehouse.Methods in com.azure.resourcemanager.sql.models that return SqlDatabaseModifier and TypeMethodDescriptionSqlElasticPool.addExistingDatabase(SqlDatabase database) Adds an existing SQL Database to the Elastic Pool.SqlElasticPool.addExistingDatabase(String databaseName) Adds an existing SQL Database to the Elastic Pool.SqlElasticPool.addNewDatabase(String databaseName) Adds a new SQL Database to the Elastic Pool.SqlElasticPool.getDatabase(String databaseName) Gets the specific database in the elastic pool.SqlElasticPool.removeDatabase(String databaseName) Removes an existing SQL Database from the Elastic Pool.Renames the database.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SqlDatabaseModifier and TypeMethodDescriptionSqlElasticPool.listDatabases()Lists the SQL databases in this SQL Elastic Pool.com.azure.core.http.rest.PagedFlux<SqlDatabase>SqlElasticPool.listDatabasesAsync()Asynchronously lists the SQL databases in this SQL Elastic Pool.SqlDatabase.renameAsync(String newDatabaseName) Renames the database asynchronously.Methods in com.azure.resourcemanager.sql.models with parameters of type SqlDatabaseModifier and TypeMethodDescriptionSqlElasticPool.addExistingDatabase(SqlDatabase database) Adds an existing SQL Database to the Elastic Pool.SqlElasticPool.UpdateStages.WithDatabase.withExistingDatabase(SqlDatabase database) Adds the database in the SQL elastic pool.SqlElasticPoolOperations.DefinitionStages.WithDatabase.withExistingDatabase(SqlDatabase database) Adds the database in the SQL elastic pool.SqlSyncGroupOperations.DefinitionStages.WithSqlServer.withExistingSqlDatabase(SqlDatabase sqlDatabase) Sets the parent SQL server for the new Sync Group.SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServer.withMemberSqlDatabase(SqlDatabase sqlDatabase) Sets the member SQL Database.SqlDatabase.DefinitionStages.WithSourceDatabaseId.withSourceDatabase(SqlDatabase sourceDatabase) Sets the resource if of source database for the SQL Database.SqlDatabaseOperations.DefinitionStages.WithSourceDatabaseId.withSourceDatabase(SqlDatabase sourceDatabase) Sets the resource if of source database for the SQL Database.