Compartilhar via


AlertRuleLeafCondition.ContainsAny Propriedade

Definição

Obtém ou define o valor do campo do evento será comparado aos valores nessa matriz (que não diferencia maiúsculas de minúsculas) para determinar se a condição foi atendida.

[Newtonsoft.Json.JsonProperty(PropertyName="containsAny")]
public System.Collections.Generic.IList<string> ContainsAny { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="containsAny")>]
member this.ContainsAny : System.Collections.Generic.IList<string> with get, set
Public Property ContainsAny As IList(Of String)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a