Uses of Interface
com.microsoft.azure.management.sql.SqlElasticPool
Packages that use SqlElasticPool
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SqlElasticPool in com.microsoft.azure.management.sql
Methods in com.microsoft.azure.management.sql 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.microsoft.azure.management.sql 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.