PolicySetDefinition.Parameters Property

Definition

Gets or sets the policy set definition parameters that can be used in policy definition references.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to