SqlDatabaseOperations.DefinitionStages.WithElasticPoolName Interface
public interface WithElasticPoolName
The SQL Database definition to set the elastic pool for database.
Method Summary
Modifier and Type | Method and Description |
---|---|
SqlElasticPool.DefinitionStages.Blank<Sql |
defineElasticPool(String elasticPoolName)
Begins the definition of a new SQL Elastic Pool to be added to this database parent SQL server. |
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
defineElasticPool
public SqlElasticPool.DefinitionStages.Blank
Begins the definition of a new SQL Elastic Pool to be added to this database parent SQL server.
Parameters:
Returns:
withExistingElasticPool
public WithExistingDatabaseAfterElasticPool withExistingElasticPool(SqlElasticPool sqlElasticPool)
Sets the existing elastic pool for the SQLDatabase.
Parameters:
Returns:
withExistingElasticPool
public WithExistingDatabaseAfterElasticPool withExistingElasticPool(String elasticPoolName)
Sets the existing elastic pool for the SQLDatabase.
Parameters:
Returns:
withNewElasticPool
public WithExistingDatabaseAfterElasticPool withNewElasticPool(Creatable
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