PolicyDefinitionReference.Parameter 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 policy definition reference parameter values, exposed with its pre-migration named type
IParameterValues (the emitter renamed it to
IPolicyDefinitionReferenceParameters). The generated property is renamed to
ParameterRaw (see tspconfig.yaml) so this back-compatible accessor owns the
Parameter name, reading/writing the same underlying storage.
[Microsoft.Azure.PowerShell.Cmdlets.Policy.Origin(Microsoft.Azure.PowerShell.Cmdlets.Policy.PropertyOrigin.Owned)]
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.Origin(Microsoft.Azure.PowerShell.Cmdlets.Policy.PropertyOrigin.Owned)>]
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