Uses of Interface
com.azure.resourcemanager.sql.models.SqlDatabase
Packages that use SqlDatabase
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlDatabase in com.azure.resourcemanager.sql.models
Subinterfaces of SqlDatabase in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure SQL Warehouse.Subinterfaces with type arguments of type SqlDatabase in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure SQL Server Database.interfaceAn immutable client-side representation of an Azure SQL Server Database.static interfaceThe template for a SqlDatabase update operation, containing all the settings that can be modified.interfaceAn immutable client-side representation of an Azure SQL Database export operation request.interfaceAn immutable client-side representation of an Azure SQL Database import operation request.interfaceA representation of the Azure SQL Database operations.static interfaceA SQL Database definition with sufficient inputs to create a new SQL Server in the cloud, but exposing additional optional inputs to specify.static interfaceGrouping of the Azure SQL Database rule common actions.interfaceA representation of the Azure SQL Database threat detection policy.interfaceA representation of the Azure SQL Database threat detection policy.interfaceAn immutable client-side representation of an Azure SQL Server Sync Group.Methods in com.azure.resourcemanager.sql.models that return SqlDatabaseModifier and TypeMethodDescriptionSqlElasticPool.addExistingDatabase(SqlDatabase database) Adds an existing SQL Database to the Elastic Pool.SqlElasticPool.addExistingDatabase(String databaseName) Adds an existing SQL Database to the Elastic Pool.SqlElasticPool.addNewDatabase(String databaseName) Adds a new SQL Database to the Elastic Pool.SqlElasticPool.getDatabase(String databaseName) Gets the specific database in the elastic pool.SqlElasticPool.removeDatabase(String databaseName) Removes an existing SQL Database from the Elastic Pool.Renames the database.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SqlDatabaseModifier and TypeMethodDescriptionSqlElasticPool.listDatabases()Lists the SQL databases in this SQL Elastic Pool.com.azure.core.http.rest.PagedFlux<SqlDatabase> SqlElasticPool.listDatabasesAsync()Asynchronously lists the SQL databases in this SQL Elastic Pool.SqlDatabase.renameAsync(String newDatabaseName) Renames the database asynchronously.Methods in com.azure.resourcemanager.sql.models with parameters of type SqlDatabaseModifier and TypeMethodDescriptionSqlElasticPool.addExistingDatabase(SqlDatabase database) Adds an existing SQL Database to the Elastic Pool.SqlElasticPool.UpdateStages.WithDatabase.withExistingDatabase(SqlDatabase database) Adds the database in the SQL elastic pool.SqlElasticPoolOperations.DefinitionStages.WithDatabase.withExistingDatabase(SqlDatabase database) Adds the database in the SQL elastic pool.SqlSyncGroupOperations.DefinitionStages.WithSqlServer.withExistingSqlDatabase(SqlDatabase sqlDatabase) Sets the parent SQL server for the new Sync Group.SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServer.withMemberSqlDatabase(SqlDatabase sqlDatabase) Sets the member SQL Database.SqlDatabase.DefinitionStages.WithSourceDatabaseId.withSourceDatabase(SqlDatabase sourceDatabase) Sets the resource if of source database for the SQL Database.SqlDatabaseOperations.DefinitionStages.WithSourceDatabaseId.withSourceDatabase(SqlDatabase sourceDatabase) Sets the resource if of source database for the SQL Database.