次の方法で共有


DataMasking.QueryParams プロパティ

定義

URL クエリ パラメーターのマスク設定を取得または設定します

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象