Class RunType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RunType>
com.azure.resourcemanager.containerregistry.models.RunType
The type of run.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RunTypefromString(String name) Creates or finds a RunType from its string representation.static Collection<RunType>values()Gets known RunType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
QUICK_BUILD
Static value QuickBuild for RunType. -
QUICK_RUN
Static value QuickRun for RunType. -
AUTO_BUILD
Static value AutoBuild for RunType. -
AUTO_RUN
Static value AutoRun for RunType.
-
-
Constructor Details
-
RunType
Deprecated.Use thefromString(String)factory method.Creates a new instance of RunType value.
-
-
Method Details
-
fromString
Creates or finds a RunType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RunType.
-
values
Gets known RunType values.- Returns:
- known RunType values.
-
fromString(String)factory method.