Share via


DataMasking.QueryParams Property

Definition

Gets or sets masking settings for Url query parameters

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to