Interface SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT>,SqlDatabase.DefinitionStages.WithAttachFinal<ParentT>,SqlDatabase.DefinitionStages.WithCollationAfterElasticPoolOptions<ParentT>,SqlDatabase.DefinitionStages.WithImportFromAfterElasticPool<ParentT>,SqlDatabase.DefinitionStages.WithMaxSizeBytesAfterElasticPoolOptions<ParentT>,SqlDatabase.DefinitionStages.WithRestorePointDatabaseAfterElasticPool<ParentT>,SqlDatabase.DefinitionStages.WithSampleDatabaseAfterElasticPool<ParentT>,SqlDatabase.DefinitionStages.WithSourceDatabaseId<ParentT>
- Enclosing interface:
- SqlDatabase.DefinitionStages
public static interface SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool<ParentT> extends SqlDatabase.DefinitionStages.WithImportFromAfterElasticPool<ParentT>, SqlDatabase.DefinitionStages.WithRestorePointDatabaseAfterElasticPool<ParentT>, SqlDatabase.DefinitionStages.WithSampleDatabaseAfterElasticPool<ParentT>, SqlDatabase.DefinitionStages.WithSourceDatabaseId<ParentT>, SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT>
The stage to decide whether using existing database or not.
-
-
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.WithImportFromAfterElasticPool
importFrom, importFrom
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabase.DefinitionStages.WithMaxSizeBytesAfterElasticPoolOptions
withMaxSizeBytes
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabase.DefinitionStages.WithRestorePointDatabaseAfterElasticPool
fromRestorePoint, fromRestorePoint
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabase.DefinitionStages.WithSampleDatabaseAfterElasticPool
fromSample
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabase.DefinitionStages.WithSourceDatabaseId
withSourceDatabase, withSourceDatabase
-
-