Uses of Class
com.microsoft.azure.management.batch.ComputeNodeFillType
-
-
Uses of ComputeNodeFillType in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return ComputeNodeFillType Modifier and Type Method Description static ComputeNodeFillTypeComputeNodeFillType. fromString(String value)Parses a serialized value to a ComputeNodeFillType instance.ComputeNodeFillTypeTaskSchedulingPolicy. nodeFillType()Get the nodeFillType value.static ComputeNodeFillTypeComputeNodeFillType. valueOf(String name)Returns 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.microsoft.azure.management.batch with parameters of type ComputeNodeFillType Modifier and Type Method Description TaskSchedulingPolicyTaskSchedulingPolicy. withNodeFillType(ComputeNodeFillType nodeFillType)Set the nodeFillType value.
-