Class RunQueryOrderByField


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

      • RUN_START

        public static final RunQueryOrderByField RUN_START
        Static value RunStart for RunQueryOrderByField.
      • RUN_END

        public static final RunQueryOrderByField RUN_END
        Static value RunEnd for RunQueryOrderByField.
      • PIPELINE_NAME

        public static final RunQueryOrderByField PIPELINE_NAME
        Static value PipelineName for RunQueryOrderByField.
      • STATUS

        public static final RunQueryOrderByField STATUS
        Static value Status for RunQueryOrderByField.
      • ACTIVITY_NAME

        public static final RunQueryOrderByField ACTIVITY_NAME
        Static value ActivityName for RunQueryOrderByField.
      • ACTIVITY_RUN_START

        public static final RunQueryOrderByField ACTIVITY_RUN_START
        Static value ActivityRunStart for RunQueryOrderByField.
      • ACTIVITY_RUN_END

        public static final RunQueryOrderByField ACTIVITY_RUN_END
        Static value ActivityRunEnd for RunQueryOrderByField.
      • TRIGGER_NAME

        public static final RunQueryOrderByField TRIGGER_NAME
        Static value TriggerName for RunQueryOrderByField.
      • TRIGGER_RUN_TIMESTAMP

        public static final RunQueryOrderByField TRIGGER_RUN_TIMESTAMP
        Static value TriggerRunTimestamp for RunQueryOrderByField.
    • Constructor Detail

      • RunQueryOrderByField

        public RunQueryOrderByField()
    • Method Detail

      • fromString

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