Uses of Interface
com.azure.resourcemanager.sql.models.SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool
Packages that use SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPoolModifier and TypeMethodDescriptionSqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool<SqlElasticPoolOperations.DefinitionStages.WithCreate>SqlElasticPoolOperations.DefinitionStages.WithDatabase.defineDatabase(String databaseName) Begins the definition of a new SQL Database to be added to this server.SqlDatabase.DefinitionStages.WithElasticPoolName.withExistingElasticPool(SqlElasticPool sqlElasticPool) Sets the existing elastic pool for the SQLDatabase.SqlDatabase.DefinitionStages.WithElasticPoolName.withExistingElasticPool(String elasticPoolName) Sets the existing elastic pool for the SQLDatabase.SqlDatabase.DefinitionStages.WithElasticPoolName.withExistingElasticPoolId(String elasticPoolId) Sets the existing elastic pool for the SQLDatabase.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.