ExternalChildResourcesCached<FluentModelTImpl,IFluentModelT,InnerModelT,IParentT,ParentImplT>.ListChildResources Method

Definition

Gets the list of external child resources.

protected abstract System.Collections.Generic.IList<FluentModelTImpl> ListChildResources ();
abstract member ListChildResources : unit -> System.Collections.Generic.IList<'FluentModelTImpl (requires 'FluentModelTImpl :> Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExternalChildResource<'IFluentModelT, 'InnerModelT, 'IParentT, #'IParentT> and 'FluentModelTImpl :> 'IFluentModelT)>
Protected MustOverride Function ListChildResources () As IList(Of FluentModelTImpl)

Returns

IList<FluentModelTImpl>

the list of external child resources

Applies to