Uses of Interface
com.microsoft.azure.management.sql.SqlDatabase
Packages that use SqlDatabase
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SqlDatabase in com.microsoft.azure.management.sql
Subinterfaces of SqlDatabase in com.microsoft.azure.management.sqlModifier and TypeInterfaceDescriptioninterface
An immutable client-side representation of an Azure SQL Warehouse.Methods in com.microsoft.azure.management.sql 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.RecommendedElasticPool.getDatabase
(String databaseName) Get a specific database in the recommended database.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.microsoft.azure.management.sql that return types with arguments of type SqlDatabaseModifier and TypeMethodDescriptionRecommendedElasticPool.databases()
rx.Observable<SqlDatabase>
RecommendedElasticPool.getDatabaseAsync
(String databaseName) Get a specific database in the recommended database.RecommendedElasticPool.listDatabases()
Fetches list of databases by making call to Azure.SqlElasticPool.listDatabases()
Lists the SQL databases in this SQL Elastic Pool.rx.Observable<SqlDatabase>
RecommendedElasticPool.listDatabasesAsync()
Fetches list of databases by making call to Azure.rx.Observable<SqlDatabase>
SqlElasticPool.listDatabasesAsync()
Asynchronously lists the SQL databases in this SQL Elastic Pool.rx.Observable<SqlDatabase>
SqlDatabase.renameAsync
(String newDatabaseName) Renames the database asynchronously.Methods in com.microsoft.azure.management.sql 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.