Class RunQueryFilterOperand


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

      • PIPELINE_NAME

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

        public static final RunQueryFilterOperand STATUS
        Static value Status for RunQueryFilterOperand.
      • RUN_START

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

        public static final RunQueryFilterOperand RUN_END
        Static value RunEnd for RunQueryFilterOperand.
      • ACTIVITY_NAME

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

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

        public static final RunQueryFilterOperand ACTIVITY_RUN_END
        Static value ActivityRunEnd for RunQueryFilterOperand.
      • ACTIVITY_TYPE

        public static final RunQueryFilterOperand ACTIVITY_TYPE
        Static value ActivityType for RunQueryFilterOperand.
      • TRIGGER_NAME

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

        public static final RunQueryFilterOperand TRIGGER_RUN_TIMESTAMP
        Static value TriggerRunTimestamp for RunQueryFilterOperand.
      • RUN_GROUP_ID

        public static final RunQueryFilterOperand RUN_GROUP_ID
        Static value RunGroupId for RunQueryFilterOperand.
      • LATEST_ONLY

        public static final RunQueryFilterOperand LATEST_ONLY
        Static value LatestOnly for RunQueryFilterOperand.
    • Constructor Detail

      • RunQueryFilterOperand

        public RunQueryFilterOperand()
    • Method Detail

      • fromString

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