Share via


IConstruct.GetConstructs(Boolean) Method

Definition

Gets all child constructs in the construct.

public System.Collections.Generic.IEnumerable<Azure.Provisioning.IConstruct> GetConstructs (bool recursive = true);
abstract member GetConstructs : bool -> seq<Azure.Provisioning.IConstruct>
Public Function GetConstructs (Optional recursive As Boolean = true) As IEnumerable(Of IConstruct)

Parameters

recursive
Boolean

Include all child constructs.

Returns

Applies to