Uses of Enum
com.azure.resourcemanager.batch.models.ComputeNodeDeallocationOption
Packages that use ComputeNodeDeallocationOption
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of ComputeNodeDeallocationOption in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return ComputeNodeDeallocationOptionModifier 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.Methods in com.azure.resourcemanager.batch.models with parameters of type ComputeNodeDeallocationOptionModifier 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.