Uses of Interface
com.azure.resourcemanager.sql.models.SqlElasticPool.DefinitionStages.WithDatabaseMinCapacity
-
Packages that use SqlElasticPool.DefinitionStages.WithDatabaseMinCapacity Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlElasticPool.DefinitionStages.WithDatabaseMinCapacity in com.azure.resourcemanager.sql.models
Subinterfaces of SqlElasticPool.DefinitionStages.WithDatabaseMinCapacity in com.azure.resourcemanager.sql.models Modifier and Type Interface Description static interfaceSqlElasticPool.DefinitionStages.WithAttach<ParentT>The final stage of the SQL Elastic Pool definition.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.
-