SqlDatabase.SqlDatabaseDefinition<ParentT> Interface

Type Parameters

ParentT

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

Implements

public static interface SqlDatabase.SqlDatabaseDefinition
extends Blank<ParentT>, WithAllDifferentOptions<ParentT>, WithElasticPoolName<ParentT>, WithRestorableDroppedDatabase<ParentT>, WithImportFrom<ParentT>, WithStorageKey<ParentT>, WithAuthentication<ParentT>, WithRestorePointDatabase<ParentT>, WithSourceDatabaseId<ParentT>, WithCreateMode<ParentT>, WithAttachAllOptions<ParentT>, WithAttachFinal<ParentT>

Container interface for all the definitions that need to be implemented.

Applies to