public static interface SqlServer.ElasticPools
| Modifier and Type | Method and Description |
|---|---|
SqlElasticPool.DefinitionStages.Blank |
define(String elasticPoolName)
Creates a new elastic pool in SQL Server.
|
void |
delete(String elasticPoolName)
Delete specified elastic pool in the server.
|
rx.Completable |
deleteAsync(String elasticPoolName)
Delete specified elastic pool in the server.
|
SqlElasticPool |
get(String elasticPoolName)
Gets a particular elastic pool.
|
List<SqlElasticPool> |
list()
Returns all the elastic pools for the server.
|
SqlElasticPool get(String elasticPoolName)
elasticPoolName - name of the elastic pool to getSqlElasticPool.DefinitionStages.Blank define(String elasticPoolName)
elasticPoolName - name of the elastic pool to be createdList<SqlElasticPool> list()
void delete(String elasticPoolName)
elasticPoolName - name of the elastic pool to deleterx.Completable deleteAsync(String elasticPoolName)
elasticPoolName - name of the elastic pool to delete/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/