Uses of Interface
com.azure.resourcemanager.sql.models.SqlElasticPool
-
Packages that use SqlElasticPool Package Description com.azure.resourcemanager.sql.models 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 SqlElasticPool Modifier and Type Method Description SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool<ParentT>SqlDatabase.DefinitionStages.WithElasticPoolName. withExistingElasticPool(SqlElasticPool sqlElasticPool)Sets the existing elastic pool for the SQLDatabase.SqlDatabase.UpdateSqlDatabase.UpdateStages.WithElasticPoolName. withExistingElasticPool(SqlElasticPool sqlElasticPool)Sets the existing elastic pool for the SQLDatabase.SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPoolSqlDatabaseOperations.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 SqlElasticPool Modifier and Type Method Description SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool<ParentT>SqlDatabase.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.UpdateSqlDatabase.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.WithExistingDatabaseAfterElasticPoolSqlDatabaseOperations.DefinitionStages.WithElasticPoolName. withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool)Sets the new elastic pool for the SQLDatabase, this will create a new elastic pool while creating database.
-