Uses of Class
com.microsoft.azure.management.batch.ComputeNodeDeallocationOption
-
-
Uses of ComputeNodeDeallocationOption in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return ComputeNodeDeallocationOption Modifier and Type Method Description static ComputeNodeDeallocationOptionComputeNodeDeallocationOption. fromString(String value)Parses a serialized value to a ComputeNodeDeallocationOption instance.ComputeNodeDeallocationOptionFixedScaleSettings. nodeDeallocationOption()Get the nodeDeallocationOption value.ComputeNodeDeallocationOptionResizeOperationStatus. nodeDeallocationOption()Get the nodeDeallocationOption value.static ComputeNodeDeallocationOptionComputeNodeDeallocationOption. valueOf(String name)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.Methods in com.microsoft.azure.management.batch with parameters of type ComputeNodeDeallocationOption Modifier and Type Method Description FixedScaleSettingsFixedScaleSettings. withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)Set the nodeDeallocationOption value.ResizeOperationStatusResizeOperationStatus. withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)Set the nodeDeallocationOption value.
-