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