Uses of Class
com.microsoft.azure.management.batch.AutoScaleSettings
Packages that use AutoScaleSettings
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of AutoScaleSettings in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return AutoScaleSettingsModifier and TypeMethodDescriptionScaleSettings.autoScale()
Get this property and fixedScale are mutually exclusive and one of the properties must be specified.AutoScaleSettings.withEvaluationInterval
(org.joda.time.Period evaluationInterval) Set if omitted, the default value is 15 minutes (PT15M).AutoScaleSettings.withFormula
(String formula) Set the formula value.Methods in com.microsoft.azure.management.batch with parameters of type AutoScaleSettingsModifier and TypeMethodDescriptionScaleSettings.withAutoScale
(AutoScaleSettings autoScale) Set this property and fixedScale are mutually exclusive and one of the properties must be specified.