Uses of Enum
com.azure.resourcemanager.batch.models.ComputeNodeFillType
Packages that use ComputeNodeFillType
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of ComputeNodeFillType in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return ComputeNodeFillTypeModifier and TypeMethodDescriptionstatic ComputeNodeFillTypeComputeNodeFillType.fromString(String value) Parses a serialized value to a ComputeNodeFillType instance.TaskSchedulingPolicy.nodeFillType()Get the nodeFillType property: How tasks should be distributed across compute nodes.static ComputeNodeFillTypeReturns the enum constant of this type with the specified name.static ComputeNodeFillType[]ComputeNodeFillType.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 ComputeNodeFillTypeModifier and TypeMethodDescriptionTaskSchedulingPolicy.withNodeFillType(ComputeNodeFillType nodeFillType) Set the nodeFillType property: How tasks should be distributed across compute nodes.