Uses of Class
com.microsoft.azure.management.batch.FixedScaleSettings
-
-
Uses of FixedScaleSettings in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return FixedScaleSettings Modifier and Type Method Description FixedScaleSettingsScaleSettings. fixedScale()Get the fixedScale value.FixedScaleSettingsFixedScaleSettings. withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)Set the nodeDeallocationOption value.FixedScaleSettingsFixedScaleSettings. withResizeTimeout(org.joda.time.Period resizeTimeout)Set the resizeTimeout value.FixedScaleSettingsFixedScaleSettings. withTargetDedicatedNodes(Integer targetDedicatedNodes)Set the targetDedicatedNodes value.FixedScaleSettingsFixedScaleSettings. withTargetLowPriorityNodes(Integer targetLowPriorityNodes)Set the targetLowPriorityNodes value.Methods in com.microsoft.azure.management.batch with parameters of type FixedScaleSettings Modifier and Type Method Description ScaleSettingsScaleSettings. withFixedScale(FixedScaleSettings fixedScale)Set the fixedScale value.
-