Uses of Interface
com.azure.resourcemanager.sql.models.SqlElasticPool.DefinitionStages.WithAttach
-
Packages that use SqlElasticPool.DefinitionStages.WithAttach Package Description com.azure.resourcemanager.sql.models 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.models Modifier and Type Interface Description static interfaceSqlElasticPool.DefinitionStages.WithBasicEdition<ParentT>The SQL Elastic Pool definition to set the eDTU and storage capacity limits for a basic pool.static interfaceSqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT>The SQL Elastic Pool definition to set the eDTU and storage capacity limits for a premium pool.static interfaceSqlElasticPool.DefinitionStages.WithStandardEdition<ParentT>The SQL Elastic Pool definition to set the eDTU and storage capacity limits for a standard pool.static interfaceSqlElasticPool.SqlElasticPoolDefinition<ParentT>Container interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.sql.models that return SqlElasticPool.DefinitionStages.WithAttach Modifier and Type Method Description SqlElasticPool.DefinitionStages.WithAttach<ParentT>SqlElasticPool.DefinitionStages.WithDatabaseMaxCapacity. withDatabaseMaxCapacity(double maxCapacity)Sets the maximum capacity any one SQL Azure Database can consume.SqlElasticPool.DefinitionStages.WithAttach<ParentT>SqlElasticPool.DefinitionStages.WithDatabaseMinCapacity. withDatabaseMinCapacity(double minCapacity)Sets the minimum capacity all SQL Azure Databases are guaranteed.SqlElasticPool.DefinitionStages.WithAttach<ParentT>SqlElasticPool.DefinitionStages.WithEdition. withSku(ElasticPoolSku sku)Sets the sku for the SQL Elastic Pool.SqlElasticPool.DefinitionStages.WithAttach<ParentT>SqlElasticPool.DefinitionStages.WithEdition. withSku(Sku sku)Sets the sku for the SQL Elastic Pool.SqlElasticPool.DefinitionStages.WithAttach<ParentT>SqlElasticPool.DefinitionStages.WithStorageCapacity. withStorageCapacity(Long storageCapacity)Sets the storage limit for the SQL Azure Database Elastic Pool in Bytes.
-