Class RunResult

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RunResult>
com.azure.resourcemanager.storage.models.RunResult

public final class RunResult extends com.azure.core.util.ExpandableStringEnum<RunResult>
Represents the overall result of the execution for the run instance.
  • Field Details

    • SUCCEEDED

      public static final RunResult SUCCEEDED
      Static value Succeeded for RunResult.
    • FAILED

      public static final RunResult FAILED
      Static value Failed for RunResult.
  • Constructor Details

  • Method Details

    • fromString

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

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