RunQueryFilter 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.
Query filter option for listing runs.
public class RunQueryFilter
type RunQueryFilter = class
Public Class RunQueryFilter
- Inheritance
-
RunQueryFilter
Constructors
RunQueryFilter() |
Initializes a new instance of the RunQueryFilter class. |
RunQueryFilter(String, String, IList<String>) |
Initializes a new instance of the RunQueryFilter class. |
Properties
Operand |
Gets or sets parameter name to be used for filter. The allowed operands to query pipeline runs are PipelineName, RunStart, RunEnd and Status; to query activity runs are ActivityName, ActivityRunStart, ActivityRunEnd, ActivityType and Status, and to query trigger runs are TriggerName, TriggerRunTimestamp and Status. Possible values include: 'PipelineName', 'Status', 'RunStart', 'RunEnd', 'ActivityName', 'ActivityRunStart', 'ActivityRunEnd', 'ActivityType', 'TriggerName', 'TriggerRunTimestamp', 'RunGroupId', 'LatestOnly' |
OperatorProperty |
Gets or sets operator to be used for filter. Possible values include: 'Equals', 'NotEquals', 'In', 'NotIn' |
Values |
Gets or sets list of filter values. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET