Class StepType


  • public final class StepType
    extends com.azure.core.util.ExpandableStringEnum<StepType>
    Defines values for StepType.
    • Field Detail

      • DOCKER

        public static final StepType DOCKER
        Static value Docker for StepType.
      • FILE_TASK

        public static final StepType FILE_TASK
        Static value FileTask for StepType.
      • ENCODED_TASK

        public static final StepType ENCODED_TASK
        Static value EncodedTask for StepType.
    • Constructor Detail

      • StepType

        public StepType()
    • Method Detail

      • fromString

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