Uses of Interface
com.azure.resourcemanager.sql.models.SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPoolModifier and TypeMethodDescriptionSqlDatabaseOperations.DefinitionStages.WithElasticPoolName.withExistingElasticPool(SqlElasticPool sqlElasticPool) Sets the existing elastic pool for the SQLDatabase.SqlDatabaseOperations.DefinitionStages.WithElasticPoolName.withExistingElasticPool(String elasticPoolName) Sets the existing elastic pool for the SQLDatabase.SqlDatabaseOperations.DefinitionStages.WithElasticPoolName.withExistingElasticPoolId(String elasticPoolId) Sets the existing elastic pool for the SQLDatabase.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.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPoolModifier and TypeMethodDescriptionSqlElasticPool.DefinitionStages.Blank<SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool> SqlDatabaseOperations.DefinitionStages.WithElasticPoolName.defineElasticPool(String elasticPoolName) Begins the definition of a new SQL Elastic Pool to be added to this database parent SQL server.