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>
Represents the overall result of the execution for the run instance.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RunResultfromString(String name) Creates or finds a RunResult from its string representation.static Collection<RunResult> values()Gets known RunResult values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
SUCCEEDED
Static value Succeeded for RunResult. -
FAILED
Static value Failed for RunResult.
-
-
Constructor Details
-
RunResult
Deprecated.Use thefromString(String)factory method.Creates a new instance of RunResult value.
-
-
Method Details
-
fromString
Creates or finds a RunResult from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RunResult.
-
values
Gets known RunResult values.- Returns:
- known RunResult values.
-
fromString(String)factory method.