Share via


Infrastructure.GetResources Method

Definition

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

public override System.Collections.Generic.IEnumerable<Azure.Provisioning.Primitives.Provisionable> GetResources ();
override this.GetResources : unit -> seq<Azure.Provisioning.Primitives.Provisionable>
Public Overrides Function GetResources () As IEnumerable(Of Provisionable)

Returns

Any resources represented by this object.

Applies to