IEnvironmentDefinitionParameter.Required Property

Definition

Whether or not this parameter is required

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Whether or not this parameter is required", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="required")]
public bool? Required { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Whether or not this parameter is required", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="required")>]
member this.Required : Nullable<bool>
Public ReadOnly Property Required As Nullable(Of Boolean)

Property Value

Attributes

Applies to