Uses of Enum Class
com.microsoft.azure.management.batch.ComputeNodeDeallocationOption
Packages that use ComputeNodeDeallocationOption
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of ComputeNodeDeallocationOption in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return ComputeNodeDeallocationOptionModifier 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.Methods in com.microsoft.azure.management.batch with parameters of type ComputeNodeDeallocationOptionModifier and TypeMethodDescriptionFixedScaleSettings.withNodeDeallocationOption
(ComputeNodeDeallocationOption nodeDeallocationOption) Set if omitted, the default value is Requeue.ResizeOperationStatus.withNodeDeallocationOption
(ComputeNodeDeallocationOption nodeDeallocationOption) Set the default value is requeue.