SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public interface WithExistingDatabaseAfterElasticPool extends SqlDatabase.DefinitionStages.WithImportFromAfterElasticPool,SqlDatabase.DefinitionStages.WithRestorePointDatabaseAfterElasticPool,SqlDatabase.DefinitionStages.WithSampleDatabaseAfterElasticPool,SqlDatabase.DefinitionStages.WithSourceDatabaseId,SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions
The stage to decide whether using existing database or not.
Inherited Members
Attachable.InDefinition<ParentT>.attach()
SqlDatabase.DefinitionStages.WithRestorePointDatabaseAfterElasticPool<ParentT>.fromRestorePoint(RestorePoint restorePoint)
SqlDatabase.DefinitionStages.WithRestorePointDatabaseAfterElasticPool<ParentT>.fromRestorePoint(RestorePoint restorePoint, DateTime restorePointDateTime)
SqlDatabase.DefinitionStages.WithSampleDatabaseAfterElasticPool<ParentT>.fromSample(SampleName sampleName)
SqlDatabase.DefinitionStages.WithImportFromAfterElasticPool<ParentT>.importFrom(String storageUri)
SqlDatabase.DefinitionStages.WithImportFromAfterElasticPool<ParentT>.importFrom(StorageAccount storageAccount, String containerName, String fileName)
SqlDatabase.DefinitionStages.WithCollationAfterElasticPoolOptions<ParentT>.withCollation(String collation)
SqlDatabase.DefinitionStages.WithMaxSizeBytesAfterElasticPoolOptions<ParentT>.withMaxSizeBytes(long maxSizeBytes)
SqlDatabase.DefinitionStages.WithSourceDatabaseId<ParentT>.withSourceDatabase(String sourceDatabaseId)
SqlDatabase.DefinitionStages.WithSourceDatabaseId<ParentT>.withSourceDatabase(SqlDatabase sourceDatabase)
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