Uses of Interface
com.azure.resourcemanager.sql.models.SqlElasticPoolOperations.DefinitionStages.WithCreate
Packages that use SqlElasticPoolOperations.DefinitionStages.WithCreate
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlElasticPoolOperations.DefinitionStages.WithCreate in com.azure.resourcemanager.sql.models
Subinterfaces of SqlElasticPoolOperations.DefinitionStages.WithCreate in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe SQL Elastic Pool definition to set the eDTU and storage capacity limits for a basic pool.static interfaceThe SQL Elastic Pool definition to set the eDTU and storage capacity limits for a premium pool.static interfaceThe SQL Elastic Pool definition to set the eDTU and storage capacity limits for a standard pool.static interfaceContainer interface for all the definitions that need to be implemented.Subinterfaces with type arguments of type SqlElasticPoolOperations.DefinitionStages.WithCreate in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptionstatic interfaceA SQL Server definition with sufficient inputs to create a new SQL Elastic Pool in the cloud, but exposing additional optional inputs to specify.Methods in com.azure.resourcemanager.sql.models that return SqlElasticPoolOperations.DefinitionStages.WithCreateModifier and TypeMethodDescriptionSqlElasticPoolOperations.DefinitionStages.WithDatabaseMaxCapacity.withDatabaseMaxCapacity(double maxCapacity) Sets the maximum capacity any one SQL Azure Database can consume.SqlElasticPoolOperations.DefinitionStages.WithDatabaseMinCapacity.withDatabaseMinCapacity(double minCapacity) Sets the minimum capacity all SQL Azure Databases are guaranteed.SqlElasticPoolOperations.DefinitionStages.WithDatabase.withExistingDatabase(SqlDatabase database) Adds the database in the SQL elastic pool.SqlElasticPoolOperations.DefinitionStages.WithDatabase.withExistingDatabase(String databaseName) Adds an existing database in the SQL elastic pool.SqlElasticPoolOperations.DefinitionStages.WithDatabase.withNewDatabase(String databaseName) Creates a new database in the SQL elastic pool.SqlElasticPoolOperations.DefinitionStages.WithEdition.withSku(ElasticPoolSku sku) Sets the sku for the SQL Elastic Pool.Sets the sku for the SQL Elastic Pool.SqlElasticPoolOperations.DefinitionStages.WithStorageCapacity.withStorageCapacity(Long storageCapacity) Sets the storage limit for the SQL Azure Database Elastic Pool in Bytes.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SqlElasticPoolOperations.DefinitionStages.WithCreateModifier 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.