public static interface SqlServer.DefinitionStages.WithElasticPool
Modifier and Type | Method and Description |
---|---|
SqlElasticPool.DefinitionStages.Blank<SqlServer.DefinitionStages.WithCreate> |
defineElasticPool(String elasticPoolName)
Begins the definition of a new SQL Elastic Pool to be added to this server.
|
SqlServer.DefinitionStages.WithCreate |
withNewElasticPool(String elasticPoolName,
ElasticPoolEditions elasticPoolEdition)
Deprecated.
|
SqlServer.DefinitionStages.WithCreate |
withNewElasticPool(String elasticPoolName,
ElasticPoolEditions elasticPoolEdition,
String... databaseNames)
Deprecated.
|
@Beta(value=V1_7_0) SqlElasticPool.DefinitionStages.Blank<SqlServer.DefinitionStages.WithCreate> defineElasticPool(String elasticPoolName)
elasticPoolName
- the name of the new SQL Elastic Pool@Deprecated SqlServer.DefinitionStages.WithCreate withNewElasticPool(String elasticPoolName, ElasticPoolEditions elasticPoolEdition, String... databaseNames)
elasticPoolName
- name of the elastic pool to be createdelasticPoolEdition
- edition of the elastic pooldatabaseNames
- names of the database to be included in the elastic pool@Deprecated SqlServer.DefinitionStages.WithCreate withNewElasticPool(String elasticPoolName, ElasticPoolEditions elasticPoolEdition)
elasticPoolName
- name of the elastic pool to be createdelasticPoolEdition
- edition of the elastic poolCopyright © 2019. All rights reserved.