ExternalChildResourceCollection<FluentModelTImpl,IFluentModelT,InnerModelT,IParentT,ParentImplT>.collection Field

Definition

The child resource instances that this collection contains.

protected System.Collections.Concurrent.ConcurrentDictionary<string,FluentModelTImpl> collection;
val mutable collection : System.Collections.Concurrent.ConcurrentDictionary<string, 'FluentModelTImpl (requires 'FluentModelTImpl :> Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExternalChildResource<'IFluentModelT, 'InnerModelT, 'IParentT, #'IParentT> and 'FluentModelTImpl :> 'IFluentModelT)>
Protected collection As ConcurrentDictionary(Of String, FluentModelTImpl) 

Field Value

ConcurrentDictionary<String,FluentModelTImpl>

Applies to