PolicySetDefinition.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 set definition parameter definitions, exposed with its pre-migration named type
IParameterDefinitions (the emitter renamed it to
IPolicySetDefinitionPropertiesParameters). The generated flattened property is
renamed to ParameterRaw (see tspconfig.yaml) so this back-compatible accessor owns
the Parameter name, reading/writing the same Property.Parameter storage.
[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.IParameterDefinitions Parameter { get; set; }
public Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IParameterDefinitions 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.IParameterDefinitions with get, set
member this.Parameter : Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IParameterDefinitions with get, set
Public Property Parameter As IParameterDefinitions
Property Value
Implements
- Attributes