MetricAlertResource.Scopes Property

Definition

Gets or sets the list of resource id's that this metric alert is scoped to.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.scopes")]
public System.Collections.Generic.IList<string> Scopes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.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