Uses of Class
com.azure.resourcemanager.batch.models.FixedScaleSettings
Packages that use FixedScaleSettings
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of FixedScaleSettings in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return FixedScaleSettingsModifier and TypeMethodDescriptionScaleSettings.fixedScale()Get the fixedScale property: Fixed scale settings for the pool.FixedScaleSettings.withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption) Set the nodeDeallocationOption property: Determines what to do with a node and its running task(s) after it has been selected for deallocation.FixedScaleSettings.withResizeTimeout(Duration resizeTimeout) Set the resizeTimeout property: The timeout for allocation of compute nodes to the pool.FixedScaleSettings.withTargetDedicatedNodes(Integer targetDedicatedNodes) Set the targetDedicatedNodes property: The desired number of dedicated compute nodes in the pool.FixedScaleSettings.withTargetLowPriorityNodes(Integer targetLowPriorityNodes) Set the targetLowPriorityNodes property: The desired number of Spot/low-priority compute nodes in the pool.Methods in com.azure.resourcemanager.batch.models with parameters of type FixedScaleSettingsModifier and TypeMethodDescriptionScaleSettings.withFixedScale(FixedScaleSettings fixedScale) Set the fixedScale property: Fixed scale settings for the pool.