ParentT
- the stage of the parent definition to return to after attaching this definitionpublic static interface SqlDatabase.DefinitionStages.WithElasticPoolName<ParentT>
Modifier and Type | Method and Description |
---|---|
SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool<ParentT> |
withExistingElasticPool(SqlElasticPool sqlElasticPool)
Sets the existing elastic pool for the SQLDatabase.
|
SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool<ParentT> |
withExistingElasticPool(String elasticPoolName)
Sets the existing elastic pool for the SQLDatabase.
|
SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool<ParentT> |
withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool)
Sets the new elastic pool for the SQLDatabase, this will create a new elastic pool while creating database.
|
SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool<ParentT> withExistingElasticPool(String elasticPoolName)
elasticPoolName
- for the SQL DatabaseSqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool<ParentT> withExistingElasticPool(SqlElasticPool sqlElasticPool)
sqlElasticPool
- for the SQL DatabaseSqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool<ParentT> withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool)
sqlElasticPool
- creatable definition for new elastic pool to be created for the SQL DatabaseCopyright © 2019. All rights reserved.