Uses of Class
com.azure.resourcemanager.batch.models.AutoScaleSettings
Packages that use AutoScaleSettings
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of AutoScaleSettings in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return AutoScaleSettingsModifier and TypeMethodDescriptionScaleSettings.autoScale()Get the autoScale property: AutoScale settings for the pool.AutoScaleSettings.withEvaluationInterval(Duration evaluationInterval) Set the evaluationInterval property: The time interval at which to automatically adjust the pool size according to the autoscale formula.AutoScaleSettings.withFormula(String formula) Set the formula property: A formula for the desired number of compute nodes in the pool.Methods in com.azure.resourcemanager.batch.models with parameters of type AutoScaleSettingsModifier and TypeMethodDescriptionScaleSettings.withAutoScale(AutoScaleSettings autoScale) Set the autoScale property: AutoScale settings for the pool.