Interface SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,SqlDatabase.DefinitionStages.WithAttachFinal<ParentT>,SqlDatabase.DefinitionStages.WithCollationAfterElasticPoolOptions<ParentT>,SqlDatabase.DefinitionStages.WithMaxSizeBytesAfterElasticPoolOptions<ParentT>
- All Known Subinterfaces:
SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool<ParentT>
- Enclosing interface:
- SqlDatabase.DefinitionStages
public static interface SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT> extends SqlDatabase.DefinitionStages.WithCollationAfterElasticPoolOptions<ParentT>, SqlDatabase.DefinitionStages.WithMaxSizeBytesAfterElasticPoolOptions<ParentT>, SqlDatabase.DefinitionStages.WithAttachFinal<ParentT>
The final stage of the SQL Database definition after the SQL Elastic Pool 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.SqlDatabase.DefinitionStages.WithCollationAfterElasticPoolOptions
withCollation
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabase.DefinitionStages.WithMaxSizeBytesAfterElasticPoolOptions
withMaxSizeBytes
-
-