| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool |
SqlDatabaseOperations.DefinitionStages.WithElasticPoolName.withExistingElasticPool(SqlElasticPool sqlElasticPool)
Sets the existing elastic pool for the SQLDatabase.
|
SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool |
SqlDatabaseOperations.DefinitionStages.WithElasticPoolName.withExistingElasticPool(String elasticPoolName)
Sets the existing elastic pool for the SQLDatabase.
|
SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool |
SqlDatabaseOperations.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.
|
| Modifier and Type | Method and Description |
|---|---|
SqlElasticPool.DefinitionStages.Blank<SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool> |
SqlDatabaseOperations.DefinitionStages.WithElasticPoolName.defineElasticPool(String elasticPoolName)
Begins the definition of a new SQL Elastic Pool to be added to this database parent SQL server.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/