Share via


IExportQuery.Recursive Property

Definition

Whether to recursively list child resources of the query result

[Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.Info(Create=true, Description="Whether to recursively list child resources of the query result", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="recursive", Update=true)]
public bool? Recursive { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.Info(Create=true, Description="Whether to recursively list child resources of the query result", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="recursive", Update=true)>]
member this.Recursive : Nullable<bool> with get, set
Public Property Recursive As Nullable(Of Boolean)

Property Value

Attributes

Applies to