QueryRequest.Subscriptions Property

Definition

Gets or sets azure subscriptions against which to execute the query.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to