SqlDatabaseOperations.DefinitionStages.WithCreateAfterElasticPoolOptions Interface
public interface WithCreateAfterElasticPoolOptions extends SqlDatabaseOperations.DefinitionStages.WithCollationAfterElasticPoolOptions,SqlDatabaseOperations.DefinitionStages.WithMaxSizeBytesAfterElasticPoolOptions,SqlDatabaseOperations.DefinitionStages.WithCreateFinal
The final stage of the SQL Database definition after the SQL Elastic Pool definition.
Inherited Members
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
SqlDatabaseOperations.DefinitionStages.WithCollationAfterElasticPoolOptions.withCollation(String collation)
SqlDatabaseOperations.DefinitionStages.WithMaxSizeBytesAfterElasticPoolOptions.withMaxSizeBytes(long maxSizeBytes)
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