PolicyDefinitionReference.Parameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameter values for the referenced policy rule. The keys are the parameter names.
public Azure.Provisioning.BicepDictionary<Azure.Provisioning.Resources.ArmPolicyParameterValue> Parameters { get; set; }
member this.Parameters : Azure.Provisioning.BicepDictionary<Azure.Provisioning.Resources.ArmPolicyParameterValue> with get, set
Public Property Parameters As BicepDictionary(Of ArmPolicyParameterValue)