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