次の方法で共有


PolicyAssignment.Parameters プロパティ

定義

割り当てられたポリシー 規則のパラメーター値を取得または設定します。 キーはパラメーター名です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.parameters")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.ResourceManager.Models.ParameterValuesValue> Parameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.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

適用対象