Language

PolicyAssignment.Parameter Property

Definition

The policy assignment parameter values, exposed with its pre-migration named type IParameterValues (the emitter renamed it to IPolicyAssignmentPropertiesParameters). The generated flattened property is renamed to ParameterRaw (see tspconfig.yaml) so this back-compatible accessor owns the Parameter name. It reads/writes the same underlying Property.Parameter storage, so behavior is unchanged.

[Microsoft.Azure.PowerShell.Cmdlets.Policy.DoNotFormat]
[Microsoft.Azure.PowerShell.Cmdlets.Policy.Origin(Microsoft.Azure.PowerShell.Cmdlets.Policy.PropertyOrigin.Inlined)]
public Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IParameterValues Parameter { get; set; }
public Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IParameterValues Parameter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.DoNotFormat>]
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Origin(Microsoft.Azure.PowerShell.Cmdlets.Policy.PropertyOrigin.Inlined)>]
member this.Parameter : Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IParameterValues with get, set
member this.Parameter : Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IParameterValues with get, set
Public Property Parameter As IParameterValues

Property Value

Implements

Attributes

Applies to