ExternalChildResourceCollection<FluentModelTImpl,IFluentModelT,InnerModelT,IParentT,ParentImplT>.collection Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>