Uses of Interface
com.azure.resourcemanager.sql.models.SqlElasticPool
Packages that use SqlElasticPool
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlElasticPool in com.azure.resourcemanager.sql.models
Subinterfaces with type arguments of type SqlElasticPool in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure SQL Elastic Pool.interfaceAn immutable client-side representation of an Azure SQL Elastic Pool.static interfaceThe template for a SQL Elastic Pool update operation, containing all the settings that can be modified.interfaceA representation of the Azure SQL Elastic Pool operations.static interfaceA SQL Server definition with sufficient inputs to create a new SQL Elastic Pool in the cloud, but exposing additional optional inputs to specify.static interfaceGrouping of the Azure SQL Elastic Pool common actions.Methods in com.azure.resourcemanager.sql.models with parameters of type SqlElasticPoolModifier and TypeMethodDescriptionSqlDatabase.DefinitionStages.WithElasticPoolName.withExistingElasticPool(SqlElasticPool sqlElasticPool) Sets the existing elastic pool for the SQLDatabase.SqlDatabase.UpdateStages.WithElasticPoolName.withExistingElasticPool(SqlElasticPool sqlElasticPool) Sets the existing elastic pool for the SQLDatabase.SqlDatabaseOperations.DefinitionStages.WithElasticPoolName.withExistingElasticPool(SqlElasticPool sqlElasticPool) Sets the existing elastic pool for the SQLDatabase.Method parameters in com.azure.resourcemanager.sql.models with type arguments of type SqlElasticPoolModifier and TypeMethodDescriptionSqlDatabase.DefinitionStages.WithElasticPoolName.withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool) Sets the new elastic pool for the SQLDatabase, this will create a new elastic pool while creating database.SqlDatabase.UpdateStages.WithElasticPoolName.withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool) Sets the new elastic pool for the SQLDatabase, this will create a new elastic pool while creating database.SqlDatabaseOperations.DefinitionStages.WithElasticPoolName.withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool) Sets the new elastic pool for the SQLDatabase, this will create a new elastic pool while creating database.