RequestContract.QueryParameters Property

Definition

Gets or sets collection of operation request query parameters.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to