次の方法で共有


PolicyDefinitionReference.Parameters プロパティ

定義

参照されるポリシー規則のパラメーター値を取得または設定します。 キーはパラメーター名です。

[Newtonsoft.Json.JsonProperty(PropertyName="parameters")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.ResourceManager.Models.ParameterValuesValue> Parameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="parameters")>]
member this.Parameters : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.ResourceManager.Models.ParameterValuesValue> with get, set
Public Property Parameters As IDictionary(Of String, ParameterValuesValue)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象