Compartilhar via


IParameterDefinitionsValue.AllowedValue Property

Definition

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

Applies to