你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RunQueryFilter Constructor

Definition

Initializes a new instance of RunQueryFilter.

public RunQueryFilter (Azure.ResourceManager.DataFactory.Models.RunQueryFilterOperand operand, Azure.ResourceManager.DataFactory.Models.RunQueryFilterOperator operator, System.Collections.Generic.IEnumerable<string> values);
new Azure.ResourceManager.DataFactory.Models.RunQueryFilter : Azure.ResourceManager.DataFactory.Models.RunQueryFilterOperand * Azure.ResourceManager.DataFactory.Models.RunQueryFilterOperator * seq<string> -> Azure.ResourceManager.DataFactory.Models.RunQueryFilter
Public Sub New (operand As RunQueryFilterOperand, operator As RunQueryFilterOperator, values As IEnumerable(Of String))

Parameters

operand
RunQueryFilterOperand

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.

operator
RunQueryFilterOperator

Operator to be used for filter.

values
IEnumerable<String>

List of filter values.

Exceptions

values is null.

Applies to