次の方法で共有


RunQueryFilter.Operand プロパティ

定義

フィルターに使用するパラメーター名を取得または設定します。 パイプラインの実行のクエリに使用できるオペランドは、PipelineName、RunStart、RunEnd、Status です。クエリ アクティビティの実行は ActivityName、ActivityRunStart、ActivityRunEnd、ActivityType、Status であり、クエリ トリガーの実行は TriggerName、TriggerRunTimestamp、Status です。 使用できる値は、'PipelineName'、'Status'、'RunStart'、'RunEnd'、'ActivityName'、'ActivityRunStart'、'ActivityRunEnd'、'ActivityType'、'TriggerName'、'TriggerRunTimestamp'、'RunGroupId'、'LatestOnly' です。

[Newtonsoft.Json.JsonProperty(PropertyName="operand")]
public string Operand { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="operand")>]
member this.Operand : string with get, set
Public Property Operand As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象