Interface SqlDatabase.SqlDatabaseDefinition<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,SqlDatabase.DefinitionStages.Blank<ParentT>,SqlDatabase.DefinitionStages.WithAllDifferentOptions<ParentT>,SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT>,SqlDatabase.DefinitionStages.WithAttachFinal<ParentT>,SqlDatabase.DefinitionStages.WithAuthentication<ParentT>,SqlDatabase.DefinitionStages.WithCollation<ParentT>,SqlDatabase.DefinitionStages.WithCreateMode<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>,SqlDatabase.DefinitionStages.WithStorageKey<ParentT>
- Enclosing interface:
- SqlDatabase
public static interface SqlDatabase.SqlDatabaseDefinition<ParentT> extends SqlDatabase.DefinitionStages.Blank<ParentT>, SqlDatabase.DefinitionStages.WithAllDifferentOptions<ParentT>, SqlDatabase.DefinitionStages.WithElasticPoolName<ParentT>, SqlDatabase.DefinitionStages.WithRestorableDroppedDatabase<ParentT>, SqlDatabase.DefinitionStages.WithImportFrom<ParentT>, SqlDatabase.DefinitionStages.WithStorageKey<ParentT>, SqlDatabase.DefinitionStages.WithAuthentication<ParentT>, SqlDatabase.DefinitionStages.WithRestorePointDatabase<ParentT>, SqlDatabase.DefinitionStages.WithSourceDatabaseId<ParentT>, SqlDatabase.DefinitionStages.WithCreateMode<ParentT>, SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT>, SqlDatabase.DefinitionStages.WithAttachFinal<ParentT>
Container interface for all the definitions that need to be implemented.
-
-
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.WithAuthentication
withActiveDirectoryLoginAndPassword, withSqlAdministratorLoginAndPassword
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabase.DefinitionStages.WithCollation
withCollation
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabase.DefinitionStages.WithCreateMode
withMode
-
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
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabase.DefinitionStages.WithStorageKey
withSharedAccessKey, withStorageAccessKey
-
-