Uses of Class
com.azure.compute.batch.models.DependencyAction
Packages that use DependencyAction
-
Uses of DependencyAction in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as DependencyActionModifier and TypeFieldDescriptionstatic final DependencyActionDependencyAction.BLOCKBlocks tasks waiting on this task, preventing them from being scheduled.static final DependencyActionDependencyAction.SATISFYSatisfy tasks waiting on this task; once all dependencies are satisfied, the task will be scheduled to run.Methods in com.azure.compute.batch.models that return DependencyActionModifier and TypeMethodDescriptionstatic DependencyActionDependencyAction.fromString(String name) Creates or finds a DependencyAction from its string representation.ExitOptions.getDependencyAction()Get the dependencyAction property: An action that the Batch service performs on Tasks that depend on this Task.Methods in com.azure.compute.batch.models that return types with arguments of type DependencyActionModifier and TypeMethodDescriptionstatic Collection<DependencyAction> DependencyAction.values()Gets known DependencyAction values.Methods in com.azure.compute.batch.models with parameters of type DependencyActionModifier and TypeMethodDescriptionExitOptions.setDependencyAction(DependencyAction dependencyAction) Set the dependencyAction property: An action that the Batch service performs on Tasks that depend on this Task.