ParameterDefinitionsValue.AllowedValue 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 allowed values for the parameter.
[Microsoft.Azure.PowerShell.Cmdlets.Policy.Origin(Microsoft.Azure.PowerShell.Cmdlets.Policy.PropertyOrigin.Owned)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IParameterDefinitionsValueAllowedValuesItem> AllowedValue { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Origin(Microsoft.Azure.PowerShell.Cmdlets.Policy.PropertyOrigin.Owned)>]
member this.AllowedValue : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IParameterDefinitionsValueAllowedValuesItem> with get, set
Public Property AllowedValue As List(Of IParameterDefinitionsValueAllowedValuesItem)
Property Value
Implements
- Attributes