共用方式為


AlertProcessingRuleProperties.Conditions Property

Definition

Gets or sets conditions on which alerts will be filtered.

[Newtonsoft.Json.JsonProperty(PropertyName="conditions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.Condition> Conditions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="conditions")>]
member this.Conditions : System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.Condition> with get, set
Public Property Conditions As IList(Of Condition)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to