Uses of Class
com.azure.resourcemanager.sql.models.ElasticPoolPerDatabaseSettings
Packages that use ElasticPoolPerDatabaseSettings
Package
Description
Package containing the inner data models for SqlManagementClient.
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 ElasticPoolPerDatabaseSettingsModifier and TypeMethodDescriptionElasticPoolInner.perDatabaseSettings()Get the perDatabaseSettings property: The per database settings for the elastic pool.ElasticPoolProperties.perDatabaseSettings()Get the perDatabaseSettings property: The per database settings for the elastic pool.ElasticPoolUpdateProperties.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 ElasticPoolPerDatabaseSettingsModifier and TypeMethodDescriptionElasticPoolInner.withPerDatabaseSettings(ElasticPoolPerDatabaseSettings perDatabaseSettings) Set the perDatabaseSettings property: The per database settings for the elastic pool.ElasticPoolProperties.withPerDatabaseSettings(ElasticPoolPerDatabaseSettings perDatabaseSettings) Set the perDatabaseSettings property: The per database settings for the elastic pool.ElasticPoolUpdateProperties.withPerDatabaseSettings(ElasticPoolPerDatabaseSettings perDatabaseSettings) Set the perDatabaseSettings property: The per database settings for the elastic pool. -
Uses of ElasticPoolPerDatabaseSettings in com.azure.resourcemanager.sql.models
Classes in com.azure.resourcemanager.sql.models that implement interfaces with type arguments of type ElasticPoolPerDatabaseSettingsModifier and TypeClassDescriptionfinal classPer database settings of an elastic pool.Methods in com.azure.resourcemanager.sql.models that return ElasticPoolPerDatabaseSettingsModifier and TypeMethodDescriptionElasticPoolPerDatabaseSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ElasticPoolPerDatabaseSettings from the JsonReader.ElasticPoolUpdate.perDatabaseSettings()Get the perDatabaseSettings property: The per database settings for the elastic pool.ElasticPoolPerDatabaseSettings.withMaxCapacity(Double maxCapacity) Set the maxCapacity property: The maximum capacity any one database can consume.ElasticPoolPerDatabaseSettings.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 ElasticPoolPerDatabaseSettingsModifier and TypeMethodDescriptionElasticPoolUpdate.withPerDatabaseSettings(ElasticPoolPerDatabaseSettings perDatabaseSettings) Set the perDatabaseSettings property: The per database settings for the elastic pool.