Uses of Class
com.azure.compute.batch.models.SchedulingState
Packages that use SchedulingState
-
Uses of SchedulingState in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as SchedulingStateModifier and TypeFieldDescriptionstatic final SchedulingStateSchedulingState.DISABLEDNo new Tasks will be scheduled on the Compute Node.static final SchedulingStateSchedulingState.ENABLEDTasks can be scheduled on the Compute Node.Methods in com.azure.compute.batch.models that return SchedulingStateModifier and TypeMethodDescriptionstatic SchedulingStateSchedulingState.fromString(String name) Creates or finds a SchedulingState from its string representation.BatchNode.getSchedulingState()Get the schedulingState property: Whether the Compute Node is available for Task scheduling.Methods in com.azure.compute.batch.models that return types with arguments of type SchedulingStateModifier and TypeMethodDescriptionstatic Collection<SchedulingState> SchedulingState.values()Gets known SchedulingState values.