RequestContract.QueryParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collection of operation request query parameters.
public System.Collections.Generic.IList<Azure.ResourceManager.ApiManagement.Models.ParameterContract> QueryParameters { get; }
member this.QueryParameters : System.Collections.Generic.IList<Azure.ResourceManager.ApiManagement.Models.ParameterContract>
Public ReadOnly Property QueryParameters As IList(Of ParameterContract)