Package | Description |
---|---|
com.microsoft.azure.management.sql |
This package contains the classes for SqlManagementClient.
|
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 |
SqlElasticPool.addExistingDatabase(SqlDatabase database)
Adds an existing SQL Database to the Elastic Pool.
|
SqlDatabase |
SqlElasticPool.addExistingDatabase(String databaseName)
Adds an existing SQL Database to the Elastic Pool.
|
SqlDatabase |
SqlElasticPool.addNewDatabase(String databaseName)
Adds a new SQL Database to the Elastic Pool.
|
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.
|
SqlDatabase |
SqlElasticPool.removeDatabase(String databaseName)
Removes an existing SQL Database from the Elastic Pool.
|
SqlDatabase |
SqlDatabase.rename(String newDatabaseName)
Renames the database.
|
Modifier and Type | Method and Description |
---|---|
List<SqlDatabase> |
RecommendedElasticPool.databases() |
rx.Observable<SqlDatabase> |
RecommendedElasticPool.getDatabaseAsync(String databaseName)
Get a specific database in the recommended database.
|
List<SqlDatabase> |
SqlElasticPool.listDatabases()
Lists the SQL databases in this SQL Elastic Pool.
|
List<SqlDatabase> |
RecommendedElasticPool.listDatabases()
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> |
RecommendedElasticPool.listDatabasesAsync()
Fetches list of databases by making call to Azure.
|
rx.Observable<SqlDatabase> |
SqlDatabase.renameAsync(String newDatabaseName)
Renames the database asynchronously.
|
Modifier and Type | Method and Description |
---|---|
SqlDatabase |
SqlElasticPool.addExistingDatabase(SqlDatabase database)
Adds an existing SQL Database to the Elastic Pool.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithDatabase.withExistingDatabase(SqlDatabase database)
Adds the database in the SQL elastic pool.
|
SqlElasticPoolOperations.DefinitionStages.WithCreate |
SqlElasticPoolOperations.DefinitionStages.WithDatabase.withExistingDatabase(SqlDatabase database)
Adds the database in the SQL elastic pool.
|
SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId |
SqlSyncGroupOperations.DefinitionStages.WithSqlServer.withExistingSqlDatabase(SqlDatabase sqlDatabase)
Sets the parent SQL server for the new Sync Group.
|
SqlSyncMemberOperations.DefinitionStages.WithMemberUserName |
SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServer.withMemberSqlDatabase(SqlDatabase sqlDatabase)
Sets the member SQL Database.
|
SqlDatabaseOperations.DefinitionStages.WithCreateMode |
SqlDatabaseOperations.DefinitionStages.WithSourceDatabaseId.withSourceDatabase(SqlDatabase sourceDatabase)
Sets the resource if of source database for the SQL Database.
|
SqlDatabase.DefinitionStages.WithCreateMode<ParentT> |
SqlDatabase.DefinitionStages.WithSourceDatabaseId.withSourceDatabase(SqlDatabase sourceDatabase)
Sets the resource if of source database for the SQL Database.
|
Copyright © 2019. All rights reserved.