Uses of Interface
com.azure.resourcemanager.sql.models.SqlDatabase.DefinitionStages.WithAttachFinal
-
Packages that use SqlDatabase.DefinitionStages.WithAttachFinal Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlDatabase.DefinitionStages.WithAttachFinal in com.azure.resourcemanager.sql.models
Subinterfaces of SqlDatabase.DefinitionStages.WithAttachFinal in com.azure.resourcemanager.sql.models Modifier and Type Interface Description static interfaceSqlDatabase.DefinitionStages.Blank<ParentT>The first stage of the SQL Server Firewall rule definition.static interfaceSqlDatabase.DefinitionStages.WithAllDifferentOptions<ParentT>The SQL database interface with all starting options for definition.static interfaceSqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT>The final stage of the SQL Database definition after the SQL Elastic Pool definition.static interfaceSqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT>The final stage of the SQL Database definition with all the other options.static interfaceSqlDatabase.DefinitionStages.WithEditionDefaults<ParentT>The SQL Database definition to set the edition default for database.static interfaceSqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool<ParentT>The stage to decide whether using existing database or not.static interfaceSqlDatabase.SqlDatabaseDefinition<ParentT>Container interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.sql.models that return SqlDatabase.DefinitionStages.WithAttachFinal Modifier and Type Method Description SqlDatabase.DefinitionStages.WithAttachFinal<ParentT>SqlDatabase.DefinitionStages.WithRestorableDroppedDatabase. fromRestorableDroppedDatabase(SqlRestorableDroppedDatabase restorableDroppedDatabase)Creates a new database from a previously deleted database (see restorable dropped database).SqlDatabase.DefinitionStages.WithAttachFinal<ParentT>SqlDatabase.DefinitionStages.WithAuthenticationAfterElasticPool. withActiveDirectoryLoginAndPassword(String administratorLogin, String administratorPassword)SqlDatabase.DefinitionStages.WithAttachFinal<ParentT>SqlDatabase.DefinitionStages.WithCreateMode. withMode(CreateMode createMode)Sets the create mode for the SQL Database.SqlDatabase.DefinitionStages.WithAttachFinal<ParentT>SqlDatabase.DefinitionStages.WithAuthenticationAfterElasticPool. withSqlAdministratorLoginAndPassword(String administratorLogin, String administratorPassword)
-