SqlElasticPool.DefinitionStages.WithAttach<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public interface WithAttach extends SqlElasticPool.DefinitionStages.WithDatabaseDtuMin,SqlElasticPool.DefinitionStages.WithDatabaseDtuMax,SqlElasticPool.DefinitionStages.WithDtu,SqlElasticPool.DefinitionStages.WithStorageCapacity,Attachable.InDefinition
The final stage of the SQL Elastic Pool definition.
At this stage, any remaining optional settings can be specified, or the SQL Elastic Pool definition can be attached to the parent SQL Server definition.
Inherited Members
Attachable.InDefinition<ParentT>.attach()
SqlElasticPool.DefinitionStages.WithDatabaseDtuMax<ParentT>.withDatabaseDtuMax(int databaseDtuMax)
SqlElasticPool.DefinitionStages.WithDatabaseDtuMin<ParentT>.withDatabaseDtuMin(int databaseDtuMin)
SqlElasticPool.DefinitionStages.WithDtu<ParentT>.withDtu(int dtu)
SqlElasticPool.DefinitionStages.WithStorageCapacity<ParentT>.withStorageCapacity(int storageMB)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java