Uses of Class
com.azure.resourcemanager.cosmos.models.AutoscaleSettingsResource
-
Packages that use AutoscaleSettingsResource Package Description com.azure.resourcemanager.cosmos.models 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 AutoscaleSettingsResource Modifier and Type Method Description AutoscaleSettingsResourceThroughputSettingsResource. autoscaleSettings()Get the autoscaleSettings property: Cosmos DB resource for autoscale settings.AutoscaleSettingsResourceAutoscaleSettingsResource. withAutoUpgradePolicy(AutoUpgradePolicyResource autoUpgradePolicy)Set the autoUpgradePolicy property: Cosmos DB resource auto-upgrade policy.AutoscaleSettingsResourceAutoscaleSettingsResource. 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 AutoscaleSettingsResource Modifier and Type Method Description ThroughputSettingsGetPropertiesResourceThroughputSettingsGetPropertiesResource. withAutoscaleSettings(AutoscaleSettingsResource autoscaleSettings)Set the autoscaleSettings property: Cosmos DB resource for autoscale settings.ThroughputSettingsResourceThroughputSettingsResource. withAutoscaleSettings(AutoscaleSettingsResource autoscaleSettings)Set the autoscaleSettings property: Cosmos DB resource for autoscale settings.
-