SqlDatabase.DefinitionStages.Blank<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public interface Blank extends SqlDatabase.DefinitionStages.WithAllDifferentOptions,SqlDatabase.DefinitionStages.WithAllDifferentOptions

The first stage of the SQL Server Firewall rule definition.

The first stage of the SQL database definition.

Inherited Members

Attachable.InDefinition<ParentT>.attach() Creatable<T>.create() Creatable<T>.createAsync(final ServiceCallback<T> callback) Creatable<T>.createAsync() SqlDatabase.DefinitionStages.WithRestorableDroppedDatabase<ParentT>.fromRestorableDroppedDatabase(SqlRestorableDroppedDatabase restorableDroppedDatabase) SqlDatabase.DefinitionStages.WithRestorePointDatabase<ParentT>.fromRestorePoint(RestorePoint restorePoint) SqlDatabase.DefinitionStages.WithRestorePointDatabase<ParentT>.fromRestorePoint(RestorePoint restorePoint, DateTime restorePointDateTime) SqlDatabase.DefinitionStages.WithSampleDatabase<ParentT>.fromSample(SampleName sampleName) SqlDatabase.DefinitionStages.WithImportFrom<ParentT>.importFrom(String storageUri) SqlDatabase.DefinitionStages.WithImportFrom<ParentT>.importFrom(StorageAccount storageAccount, String containerName, String fileName) Indexable.key() HasName.name() SqlDatabase.DefinitionStages.WithEditionDefaults<ParentT>.withBasicEdition() SqlDatabase.DefinitionStages.WithEditionDefaults<ParentT>.withBasicEdition(SqlDatabaseBasicStorage maxStorageCapacity) SqlDatabase.DefinitionStages.WithCollation<ParentT>.withCollation(String collation) SqlDatabase.DefinitionStages.WithCollationAllCreateOptions.withCollation(String collation) SqlDatabase.DefinitionStages.WithEdition<ParentT>.withEdition(DatabaseEdition edition) SqlDatabase.DefinitionStages.WithEdition<ParentT>.withEdition(DatabaseEditions edition) SqlDatabase.DefinitionStages.WithElasticPoolName<ParentT>.withExistingElasticPool(String elasticPoolName) SqlDatabase.DefinitionStages.WithElasticPoolName<ParentT>.withExistingElasticPool(SqlElasticPool sqlElasticPool) SqlDatabase.DefinitionStages.WithMaxSizeBytes<ParentT>.withMaxSizeBytes(long maxSizeBytes) SqlDatabase.DefinitionStages.WithMaxSizeBytesAllCreateOptions.withMaxSizeBytes(long maxSizeBytes) SqlDatabase.DefinitionStages.WithElasticPoolName<ParentT>.withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool) SqlDatabase.DefinitionStages.WithEditionDefaults<ParentT>.withPremiumEdition(SqlDatabasePremiumServiceObjective serviceObjective) SqlDatabase.DefinitionStages.WithEditionDefaults<ParentT>.withPremiumEdition(SqlDatabasePremiumServiceObjective serviceObjective, SqlDatabasePremiumStorage maxStorageCapacity) SqlDatabase.DefinitionStages.WithServiceObjective<ParentT>.withServiceObjective(ServiceObjectiveName serviceLevelObjective) SqlDatabase.DefinitionStages.WithSourceDatabaseId<ParentT>.withSourceDatabase(String sourceDatabaseId) SqlDatabase.DefinitionStages.WithSourceDatabaseId<ParentT>.withSourceDatabase(SqlDatabase sourceDatabase) SqlDatabase.DefinitionStages.WithEditionDefaults<ParentT>.withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective) SqlDatabase.DefinitionStages.WithEditionDefaults<ParentT>.withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective, SqlDatabaseStandardStorage maxStorageCapacity) Resource.DefinitionWithTags<T>.withTag(String key, String value) Resource.DefinitionWithTags<T>.withTags(Map<String, String> tags)

Applies to