Uses of Class
com.azure.resourcemanager.cosmos.models.AutoscaleSettingsResource
Packages that use AutoscaleSettingsResource
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of AutoscaleSettingsResource in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return AutoscaleSettingsResourceModifier and TypeMethodDescriptionThroughputSettingsResource.autoscaleSettings()
Get the autoscaleSettings property: Cosmos DB resource for autoscale settings.static AutoscaleSettingsResource
AutoscaleSettingsResource.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AutoscaleSettingsResource from the JsonReader.AutoscaleSettingsResource.withAutoUpgradePolicy
(AutoUpgradePolicyResource autoUpgradePolicy) Set the autoUpgradePolicy property: Cosmos DB resource auto-upgrade policy.AutoscaleSettingsResource.withMaxThroughput
(int maxThroughput) Set the maxThroughput property: Represents maximum throughput container can scale up to.Methods in com.azure.resourcemanager.cosmos.models with parameters of type AutoscaleSettingsResourceModifier and TypeMethodDescriptionThroughputSettingsGetPropertiesResource.withAutoscaleSettings
(AutoscaleSettingsResource autoscaleSettings) Set the autoscaleSettings property: Cosmos DB resource for autoscale settings.ThroughputSettingsResource.withAutoscaleSettings
(AutoscaleSettingsResource autoscaleSettings) Set the autoscaleSettings property: Cosmos DB resource for autoscale settings.