RunQueryOrderBy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An object to provide order by options for listing runs.
public class RunQueryOrderBy
type RunQueryOrderBy = class
Public Class RunQueryOrderBy
- Inheritance
-
RunQueryOrderBy
Constructors
RunQueryOrderBy() |
Initializes a new instance of the RunQueryOrderBy class. |
RunQueryOrderBy(String, String) |
Initializes a new instance of the RunQueryOrderBy class. |
Properties
Order |
Gets or sets sorting order of the parameter. Possible values include: 'ASC', 'DESC' |
OrderBy |
Gets or sets 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. Possible values include: 'RunStart', 'RunEnd', 'PipelineName', 'Status', 'ActivityName', 'ActivityRunStart', 'ActivityRunEnd', 'TriggerName', 'TriggerRunTimestamp' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET