Interface SqlDatabase.DefinitionStages.WithAllDifferentOptions<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT>,SqlDatabase.DefinitionStages.WithAttachFinal<ParentT>,SqlDatabase.DefinitionStages.WithCollation<ParentT>,SqlDatabase.DefinitionStages.WithEditionDefaults<ParentT>,SqlDatabase.DefinitionStages.WithElasticPoolName<ParentT>,SqlDatabase.DefinitionStages.WithImportFrom<ParentT>,SqlDatabase.DefinitionStages.WithMaxSizeBytes<ParentT>,SqlDatabase.DefinitionStages.WithRestorableDroppedDatabase<ParentT>,SqlDatabase.DefinitionStages.WithRestorePointDatabase<ParentT>,SqlDatabase.DefinitionStages.WithSampleDatabase<ParentT>,SqlDatabase.DefinitionStages.WithSku<ParentT>,SqlDatabase.DefinitionStages.WithSourceDatabaseId<ParentT>
- All Known Subinterfaces:
SqlDatabase.DefinitionStages.Blank<ParentT>,SqlDatabase.SqlDatabaseDefinition<ParentT>
- Enclosing interface:
- SqlDatabase.DefinitionStages
public static interface SqlDatabase.DefinitionStages.WithAllDifferentOptions<ParentT> extends SqlDatabase.DefinitionStages.WithElasticPoolName<ParentT>, SqlDatabase.DefinitionStages.WithRestorableDroppedDatabase<ParentT>, SqlDatabase.DefinitionStages.WithImportFrom<ParentT>, SqlDatabase.DefinitionStages.WithRestorePointDatabase<ParentT>, SqlDatabase.DefinitionStages.WithSampleDatabase<ParentT>, SqlDatabase.DefinitionStages.WithSourceDatabaseId<ParentT>, SqlDatabase.DefinitionStages.WithEditionDefaults<ParentT>, SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT>
The SQL database interface with all starting options for definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabase.DefinitionStages.WithCollation
withCollation
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabase.DefinitionStages.WithEditionDefaults
withBasicEdition, withBasicEdition, withPremiumEdition, withPremiumEdition, withStandardEdition, withStandardEdition
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabase.DefinitionStages.WithElasticPoolName
withExistingElasticPool, withExistingElasticPool, withExistingElasticPoolId, withNewElasticPool
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabase.DefinitionStages.WithImportFrom
importFrom, importFrom
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabase.DefinitionStages.WithMaxSizeBytes
withMaxSizeBytes
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabase.DefinitionStages.WithRestorableDroppedDatabase
fromRestorableDroppedDatabase
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabase.DefinitionStages.WithRestorePointDatabase
fromRestorePoint, fromRestorePoint
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabase.DefinitionStages.WithSampleDatabase
fromSample
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabase.DefinitionStages.WithSku
withSku, withSku
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabase.DefinitionStages.WithSourceDatabaseId
withSourceDatabase, withSourceDatabase
-
-