Class DependencyAction

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DependencyAction>
com.azure.compute.batch.models.DependencyAction
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class DependencyAction extends com.azure.core.util.ExpandableStringEnum<DependencyAction>
DependencyAction enums.
  • Field Details

    • SATISFY

      public static final DependencyAction SATISFY
      Satisfy tasks waiting on this task; once all dependencies are satisfied, the task will be scheduled to run.
    • BLOCK

      public static final DependencyAction BLOCK
      Blocks tasks waiting on this task, preventing them from being scheduled.
  • Constructor Details

    • DependencyAction

      @Deprecated public DependencyAction()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of DependencyAction value.
  • Method Details

    • fromString

      public static DependencyAction fromString(String name)
      Creates or finds a DependencyAction from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding DependencyAction.
    • values

      public static Collection<DependencyAction> values()
      Gets known DependencyAction values.
      Returns:
      known DependencyAction values.