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 SchedulingState
SchedulingState.DISABLED
No new Tasks will be scheduled on the Compute Node.static final SchedulingState
SchedulingState.ENABLED
Tasks can be scheduled on the Compute Node.Methods in com.azure.compute.batch.models that return SchedulingStateModifier and TypeMethodDescriptionstatic SchedulingState
SchedulingState.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.