SqlDatabase.DefinitionStages.WithElasticPoolName<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public interface WithElasticPoolName
The SQL Database definition to set the elastic pool for database.
The SQL Database definition to set the elastic pool for database.
Method Summary
Modifier and Type | Method and Description |
---|---|
Sql |
withExistingElasticPool(SqlElasticPool sqlElasticPool)
Sets the existing elastic pool for the SQLDatabase. |
Sql |
withExistingElasticPool(String elasticPoolName)
Sets the existing elastic pool for the SQLDatabase. |
Sql |
withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool)
Sets the new elastic pool for the SQLDatabase, this will create a new elastic pool while creating database. |
Method Details
withExistingElasticPool
public WithExistingDatabaseAfterElasticPool
Sets the existing elastic pool for the SQLDatabase.
Parameters:
Returns:
withExistingElasticPool
public WithExistingDatabaseAfterElasticPool
Sets the existing elastic pool for the SQLDatabase.
Parameters:
Returns:
withNewElasticPool
public WithExistingDatabaseAfterElasticPool
Sets the new elastic pool for the SQLDatabase, this will create a new elastic pool while creating database.
Parameters:
Returns:
Applies to
Azure SDK for Java