| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlElasticPool.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlElasticPool.DefinitionStages.Blank |
SqlServer.ElasticPools.define(String elasticPoolName)
Creates a new elastic pool in SQL Server.
|
SqlElasticPool.DefinitionStages.Blank |
SqlElasticPools.SqlElasticPoolsCreatable.definedWithSqlServer(String resourceGroupName,
String sqlServerName,
String elasticPoolName,
com.microsoft.azure.management.resources.fluentcore.arm.Region region) |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/