Interface SqlElasticPool.DefinitionStages.WithAttach<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,SqlElasticPool.DefinitionStages.WithDatabaseMaxCapacity<ParentT>,SqlElasticPool.DefinitionStages.WithDatabaseMinCapacity<ParentT>,SqlElasticPool.DefinitionStages.WithStorageCapacity<ParentT>
- All Known Subinterfaces:
SqlElasticPool.DefinitionStages.WithBasicEdition<ParentT>,SqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT>,SqlElasticPool.DefinitionStages.WithStandardEdition<ParentT>,SqlElasticPool.SqlElasticPoolDefinition<ParentT>
- Enclosing interface:
- SqlElasticPool.DefinitionStages
public static interface SqlElasticPool.DefinitionStages.WithAttach<ParentT> extends SqlElasticPool.DefinitionStages.WithDatabaseMinCapacity<ParentT>, SqlElasticPool.DefinitionStages.WithDatabaseMaxCapacity<ParentT>, SqlElasticPool.DefinitionStages.WithStorageCapacity<ParentT>, Attachable.InDefinition<ParentT>
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.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlElasticPool.DefinitionStages.WithDatabaseMaxCapacity
withDatabaseMaxCapacity
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlElasticPool.DefinitionStages.WithDatabaseMinCapacity
withDatabaseMinCapacity
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlElasticPool.DefinitionStages.WithStorageCapacity
withStorageCapacity
-
-