SqlDatabase.DefinitionStages.WithElasticPoolName.withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool) 方法
定义
Sets the new elastic pool for the SQLDatabase, this will create a new elastic pool while creating database.
public WithExistingDatabase withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool)
参数
- sqlElasticPool
- Creatable<SqlElasticPool>
creatable definition for new elastic pool to be created for the SQL Database
返回
The next stage of the definition.