Uses of Class
com.microsoft.azure.management.batch.FixedScaleSettings
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of FixedScaleSettings in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionScaleSettings.fixedScale()
Get this property and autoScale are mutually exclusive and one of the properties must be specified.FixedScaleSettings.withNodeDeallocationOption
(ComputeNodeDeallocationOption nodeDeallocationOption) Set if omitted, the default value is Requeue.FixedScaleSettings.withResizeTimeout
(org.joda.time.Period resizeTimeout) Set the default value is 15 minutes.FixedScaleSettings.withTargetDedicatedNodes
(Integer targetDedicatedNodes) Set at least one of targetDedicatedNodes, targetLowPriorityNodes must be set.FixedScaleSettings.withTargetLowPriorityNodes
(Integer targetLowPriorityNodes) Set at least one of targetDedicatedNodes, targetLowPriorityNodes must be set.Modifier and TypeMethodDescriptionScaleSettings.withFixedScale
(FixedScaleSettings fixedScale) Set this property and autoScale are mutually exclusive and one of the properties must be specified.