SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool Interface
public interface WithExistingDatabaseAfterElasticPool extends SqlDatabaseOperations.DefinitionStages.WithImportFromAfterElasticPool,SqlDatabaseOperations.DefinitionStages.WithRestorePointDatabaseAfterElasticPool,SqlDatabaseOperations.DefinitionStages.WithSampleDatabaseAfterElasticPool,SqlDatabaseOperations.DefinitionStages.WithSourceDatabaseId,SqlDatabaseOperations.DefinitionStages.WithCreateAfterElasticPoolOptions
The stage to decide whether using existing database or not.
Inherited Members
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
SqlDatabaseOperations.DefinitionStages.WithRestorePointDatabaseAfterElasticPool.fromRestorePoint(RestorePoint restorePoint)
SqlDatabaseOperations.DefinitionStages.WithRestorePointDatabaseAfterElasticPool.fromRestorePoint(RestorePoint restorePoint, DateTime restorePointDateTime)
SqlDatabaseOperations.DefinitionStages.WithSampleDatabaseAfterElasticPool.fromSample(SampleName sampleName)
SqlDatabaseOperations.DefinitionStages.WithImportFromAfterElasticPool.importFrom(String storageUri)
SqlDatabaseOperations.DefinitionStages.WithImportFromAfterElasticPool.importFrom(StorageAccount storageAccount, String containerName, String fileName)
Indexable.key()
HasName.name()
SqlDatabaseOperations.DefinitionStages.WithCollationAfterElasticPoolOptions.withCollation(String collation)
SqlDatabaseOperations.DefinitionStages.WithMaxSizeBytesAfterElasticPoolOptions.withMaxSizeBytes(long maxSizeBytes)
SqlDatabaseOperations.DefinitionStages.WithSourceDatabaseId.withSourceDatabase(String sourceDatabaseId)
SqlDatabaseOperations.DefinitionStages.WithSourceDatabaseId.withSourceDatabase(SqlDatabase sourceDatabase)
Resource.DefinitionWithTags<T>.withTag(String key, String value)
Resource.DefinitionWithTags<T>.withTags(Map<String, String> tags)
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