IParameterDefinitionsValue.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.Runtime.Info(Create=true, Description="The allowed values for the parameter.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IParameterDefinitionsValueAllowedValuesItem) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowedValues", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IParameterDefinitionsValueAllowedValuesItem> AllowedValue { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The allowed values for the parameter.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IParameterDefinitionsValueAllowedValuesItem) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowedValues", Update=true)>]
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
- Attributes