SqlDatabase.DefinitionStages.WithElasticPoolName<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public static interface SqlDatabase.DefinitionStages.WithElasticPoolName
The SQL Database definition to set the elastic pool for database.
Method Summary
Modifier and Type | Method and Description |
---|---|
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
withExistingElasticPool
public abstract SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool
Sets the existing elastic pool for the SQLDatabase.
Parameters:
Returns:
withExistingElasticPool
public abstract SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool
Sets the existing elastic pool for the SQLDatabase.
Parameters:
Returns:
withExistingElasticPoolId
public abstract SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool
Sets the existing elastic pool for the SQLDatabase.
Parameters:
Returns:
withNewElasticPool
public abstract SqlDatabase.DefinitionStages.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