IExpression.Subexpression Property

Definition

The sub expressions.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The sub expressions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IExpression) }, Read=true, ReadOnly=false, Required=false, SerializedName="subexpressions", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IExpression> Subexpression { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The sub expressions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IExpression) }, Read=true, ReadOnly=false, Required=false, SerializedName="subexpressions", Update=true)>]
member this.Subexpression : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IExpression> with get, set
Public Property Subexpression As List(Of IExpression)

Property Value

Attributes

Applies to