Share via


Filters.ResourceGroups Property

Definition

Gets or sets the list of filters on resource groups, allowed at subscription level only.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to