| Modifier and Type | Interface and Description |
|---|---|
interface |
SqlWarehouse
An immutable client-side representation of an Azure SQL Warehouse.
|
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase |
SqlServer.Databases.get(String databaseName)
Gets a particular sql database.
|
SqlDatabase |
SqlDatabases.getBySqlServer(SqlServer sqlServer,
String name)
Gets the SQLDatabase based on the SQLServer instance and SQLDatabase name.
|
SqlDatabase |
SqlDatabases.getBySqlServer(String resourceGroup,
String sqlServerName,
String name)
Gets the SQLDatabase based on the resource group name, SQLServer name and SQLDatabase name.
|
SqlDatabase |
SqlElasticPool.getDatabase(String databaseName)
Gets the specific database in the elastic pool.
|
SqlDatabase |
RecommendedElasticPool.getDatabase(String databaseName)
Get a specific database in the recommended database.
|
| Modifier and Type | Method and Description |
|---|---|
List<SqlDatabase> |
RecommendedElasticPool.databases() |
List<SqlDatabase> |
SqlServer.Databases.list()
Returns all the databases for the server.
|
List<SqlDatabase> |
SqlDatabases.listBySqlServer(SqlServer sqlServer)
Gets the SQLDatabase based on the SQLServer.
|
List<SqlDatabase> |
SqlDatabases.listBySqlServer(String resourceGroupName,
String sqlServerName)
Lists resources of the specified type in the specified resource group and SQLServer.
|
List<SqlDatabase> |
SqlElasticPool.listDatabases() |
List<SqlDatabase> |
RecommendedElasticPool.listDatabases()
Fetches list of databases by making call to Azure.
|
| Modifier and Type | Method and Description |
|---|---|
SqlElasticPool.DefinitionStages.WithCreate |
SqlElasticPool.DefinitionStages.WithDatabase.withExistingDatabase(SqlDatabase database)
Adds the database in the SQL elastic pool.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithDatabase.withExistingDatabase(SqlDatabase database)
Adds the database in the SQL elastic pool.
|
SqlDatabase.DefinitionStages.WithCreateMode |
SqlDatabase.DefinitionStages.WithSourceDatabaseId.withSourceDatabase(SqlDatabase sourceDatabase)
Sets the resource if of source database for the SQL Database.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/