Share via


TargetProperties.NonAzureQueries Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to