Class RunResult

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RunResult>
com.azure.resourcemanager.storage.models.RunResult
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

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

    Fields
    Modifier and Type
    Field
    Description
    static final RunResult
    Static value Failed for RunResult.
    static final RunResult
    Static value Succeeded for RunResult.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static RunResult
    Creates or finds a RunResult from its string representation.
    Gets known RunResult values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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.