Uses of Class
com.azure.resourcemanager.sql.models.ElasticPoolPerDatabaseSettings
-
Packages that use ElasticPoolPerDatabaseSettings Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of ElasticPoolPerDatabaseSettings in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ElasticPoolPerDatabaseSettings Modifier and Type Method Description ElasticPoolPerDatabaseSettingsElasticPoolInner. perDatabaseSettings()Get the perDatabaseSettings property: The per database settings for the elastic pool.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type ElasticPoolPerDatabaseSettings Modifier and Type Method Description ElasticPoolInnerElasticPoolInner. withPerDatabaseSettings(ElasticPoolPerDatabaseSettings perDatabaseSettings)Set the perDatabaseSettings property: The per database settings for the elastic pool. -
Uses of ElasticPoolPerDatabaseSettings in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return ElasticPoolPerDatabaseSettings Modifier and Type Method Description ElasticPoolPerDatabaseSettingsElasticPoolUpdate. perDatabaseSettings()Get the perDatabaseSettings property: The per database settings for the elastic pool.ElasticPoolPerDatabaseSettingsElasticPoolPerDatabaseSettings. withMaxCapacity(Double maxCapacity)Set the maxCapacity property: The maximum capacity any one database can consume.ElasticPoolPerDatabaseSettingsElasticPoolPerDatabaseSettings. withMinCapacity(Double minCapacity)Set the minCapacity property: The minimum capacity all databases are guaranteed.Methods in com.azure.resourcemanager.sql.models with parameters of type ElasticPoolPerDatabaseSettings Modifier and Type Method Description ElasticPoolUpdateElasticPoolUpdate. withPerDatabaseSettings(ElasticPoolPerDatabaseSettings perDatabaseSettings)Set the perDatabaseSettings property: The per database settings for the elastic pool.
-