Uses of Enum Class
com.microsoft.azure.management.batch.ComputeNodeDeallocationOption
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of ComputeNodeDeallocationOption in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionComputeNodeDeallocationOption.fromString
(String value) Parses a serialized value to a ComputeNodeDeallocationOption instance.FixedScaleSettings.nodeDeallocationOption()
Get if omitted, the default value is Requeue.ResizeOperationStatus.nodeDeallocationOption()
Get the default value is requeue.Returns the enum constant of this class with the specified name.static ComputeNodeDeallocationOption[]
ComputeNodeDeallocationOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionFixedScaleSettings.withNodeDeallocationOption
(ComputeNodeDeallocationOption nodeDeallocationOption) Set if omitted, the default value is Requeue.ResizeOperationStatus.withNodeDeallocationOption
(ComputeNodeDeallocationOption nodeDeallocationOption) Set the default value is requeue.