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