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
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.