Class RunQueryOrderByField
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RunQueryOrderByField>
com.azure.resourcemanager.datafactory.models.RunQueryOrderByField
public final class RunQueryOrderByField
extends com.azure.core.util.ExpandableStringEnum<RunQueryOrderByField>
Parameter name to be used for order by. The allowed parameters to order by for pipeline runs are PipelineName,
RunStart, RunEnd and Status; for activity runs are ActivityName, ActivityRunStart, ActivityRunEnd and Status; for
trigger runs are TriggerName, TriggerRunTimestamp and Status.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final RunQueryOrderByField
Static value ActivityName for RunQueryOrderByField.static final RunQueryOrderByField
Static value ActivityRunEnd for RunQueryOrderByField.static final RunQueryOrderByField
Static value ActivityRunStart for RunQueryOrderByField.static final RunQueryOrderByField
Static value PipelineName for RunQueryOrderByField.static final RunQueryOrderByField
Static value RunEnd for RunQueryOrderByField.static final RunQueryOrderByField
Static value RunStart for RunQueryOrderByField.static final RunQueryOrderByField
Static value Status for RunQueryOrderByField.static final RunQueryOrderByField
Static value TriggerName for RunQueryOrderByField.static final RunQueryOrderByField
Static value TriggerRunTimestamp for RunQueryOrderByField. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RunQueryOrderByField
fromString
(String name) Creates or finds a RunQueryOrderByField from its string representation.static Collection<RunQueryOrderByField>
values()
Gets known RunQueryOrderByField values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
RUN_START
Static value RunStart for RunQueryOrderByField. -
RUN_END
Static value RunEnd for RunQueryOrderByField. -
PIPELINE_NAME
Static value PipelineName for RunQueryOrderByField. -
STATUS
Static value Status for RunQueryOrderByField. -
ACTIVITY_NAME
Static value ActivityName for RunQueryOrderByField. -
ACTIVITY_RUN_START
Static value ActivityRunStart for RunQueryOrderByField. -
ACTIVITY_RUN_END
Static value ActivityRunEnd for RunQueryOrderByField. -
TRIGGER_NAME
Static value TriggerName for RunQueryOrderByField. -
TRIGGER_RUN_TIMESTAMP
Static value TriggerRunTimestamp for RunQueryOrderByField.
-
-
Constructor Details
-
RunQueryOrderByField
Deprecated.Use thefromString(String)
factory method.Creates a new instance of RunQueryOrderByField value.
-
-
Method Details
-
fromString
Creates or finds a RunQueryOrderByField from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding RunQueryOrderByField.
-
values
Gets known RunQueryOrderByField values.- Returns:
- known RunQueryOrderByField values.
-
fromString(String)
factory method.