共用方式為


AlertProcessingRuleProperties.Scopes Property

Definition

Gets or sets scopes on which alert processing rule will apply.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to