Uses of Class
com.azure.resourcemanager.batch.models.AutoScaleSettings
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of AutoScaleSettings in com.azure.resourcemanager.batch.models
Modifier 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.Modifier and TypeMethodDescriptionScaleSettings.withAutoScale
(AutoScaleSettings autoScale) Set the autoScale property: AutoScale settings for the pool.