| Modifier and Type | Method and Description |
|---|---|
SqlElasticPool |
SqlServer.ElasticPools.get(String elasticPoolName)
Gets a particular elastic pool.
|
SqlElasticPool |
SqlElasticPools.getBySqlServer(SqlServer sqlServer,
String name)
Gets the SQLElasticPool based on the SQLServer instance and SQLElasticPool name.
|
SqlElasticPool |
SqlElasticPools.getBySqlServer(String resourceGroup,
String sqlServerName,
String name)
Gets the SQLElasticPool based on the resource group name, SQLServer name and SQLElasticPool name.
|
| Modifier and Type | Method and Description |
|---|---|
List<SqlElasticPool> |
SqlServer.ElasticPools.list()
Returns all the elastic pools for the server.
|
List<SqlElasticPool> |
SqlElasticPools.listBySqlServer(SqlServer sqlServer)
Gets the SQLElasticPool based on the SQLServer.
|
List<SqlElasticPool> |
SqlElasticPools.listBySqlServer(String resourceGroupName,
String sqlServerName)
Lists resources of the specified type in the specified resource group and SQLServer.
|
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.DefinitionStages.WithExistingDatabase |
SqlDatabase.DefinitionStages.WithElasticPoolName.withExistingElasticPool(SqlElasticPool sqlElasticPool)
Sets the existing elastic pool for the SQLDatabase.
|
SqlDatabase.Update |
SqlDatabase.UpdateStages.WithElasticPoolName.withExistingElasticPool(SqlElasticPool sqlElasticPool)
Sets the existing elastic pool for the SQLDatabase.
|
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.DefinitionStages.WithExistingDatabase |
SqlDatabase.DefinitionStages.WithElasticPoolName.withNewElasticPool(com.microsoft.azure.management.resources.fluentcore.model.Creatable<SqlElasticPool> sqlElasticPool)
Sets the new elastic pool for the SQLDatabase, this will create a new elastic pool while creating database.
|
SqlDatabase.Update |
SqlDatabase.UpdateStages.WithElasticPoolName.withNewElasticPool(com.microsoft.azure.management.resources.fluentcore.model.Creatable<SqlElasticPool> sqlElasticPool)
Sets the new elastic pool for the SQLDatabase, this will create a new elastic pool while creating database.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/