Compartilhar via


RunQueryFilter.Operand Propriedade

Definição

Obtém ou define o nome do parâmetro a ser usado para o filtro. Os operandos permitidos para consultar execuções de pipeline são PipelineName, RunStart, RunEnd e Status; para executar a atividade de consulta estão ActivityName, ActivityRunStart, ActivityRunEnd, ActivityType e Status, e para consultar as execuções de gatilho estão TriggerName, TriggerRunTimestamp e Status. Os valores possíveis incluem: '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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a