Uses of Class
com.microsoft.azure.management.batch.FixedScaleSettings
Packages that use FixedScaleSettings
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of FixedScaleSettings in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return FixedScaleSettingsModifier 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.Methods in com.microsoft.azure.management.batch with parameters of type FixedScaleSettingsModifier and TypeMethodDescriptionScaleSettings.withFixedScale(FixedScaleSettings fixedScale) Set this property and autoScale are mutually exclusive and one of the properties must be specified.