Uses of Interface
com.azure.resourcemanager.sql.models.SqlElasticPool.DefinitionStages.WithAttach
Packages that use SqlElasticPool.DefinitionStages.WithAttach
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlElasticPool.DefinitionStages.WithAttach in com.azure.resourcemanager.sql.models
Subinterfaces of SqlElasticPool.DefinitionStages.WithAttach 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.Methods in com.azure.resourcemanager.sql.models that return SqlElasticPool.DefinitionStages.WithAttachModifier and TypeMethodDescriptionSqlElasticPool.DefinitionStages.WithDatabaseMaxCapacity.withDatabaseMaxCapacity(double maxCapacity) Sets the maximum capacity any one SQL Azure Database can consume.SqlElasticPool.DefinitionStages.WithDatabaseMinCapacity.withDatabaseMinCapacity(double minCapacity) Sets the minimum capacity all SQL Azure Databases are guaranteed.SqlElasticPool.DefinitionStages.WithEdition.withSku(ElasticPoolSku sku) Sets the sku for the SQL Elastic Pool.Sets the sku for the SQL Elastic Pool.SqlElasticPool.DefinitionStages.WithStorageCapacity.withStorageCapacity(Long storageCapacity) Sets the storage limit for the SQL Azure Database Elastic Pool in Bytes.