Share via


TargetProperties.AzureQueries Property

Definition

Gets or sets list of Azure queries in the software update configuration.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to