Class StepType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<StepType>
com.azure.resourcemanager.containerregistry.models.StepType
The type of the step.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StepTypefromString(String name) Creates or finds a StepType from its string representation.static Collection<StepType>values()Gets known StepType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
DOCKER
Static value Docker for StepType. -
FILE_TASK
Static value FileTask for StepType. -
ENCODED_TASK
Static value EncodedTask for StepType.
-
-
Constructor Details
-
StepType
Deprecated.Use thefromString(String)factory method.Creates a new instance of StepType value.
-
-
Method Details
-
fromString
Creates or finds a StepType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding StepType.
-
values
Gets known StepType values.- Returns:
- known StepType values.
-
fromString(String)factory method.