Uses of Enum
com.azure.resourcemanager.batch.models.ComputeNodeDeallocationOption
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of ComputeNodeDeallocationOption in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionComputeNodeDeallocationOption.fromString
(String value) Parses a serialized value to a ComputeNodeDeallocationOption instance.FixedScaleSettings.nodeDeallocationOption()
Get the nodeDeallocationOption property: Determines what to do with a node and its running task(s) after it has been selected for deallocation.ResizeOperationStatus.nodeDeallocationOption()
Get the nodeDeallocationOption property: Determines what to do with a node and its running task(s) after it has been selected for deallocation.Returns the enum constant of this type with the specified name.static ComputeNodeDeallocationOption[]
ComputeNodeDeallocationOption.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionFixedScaleSettings.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.ResizeOperationStatus.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.