Share via


ChildResource<InnerT,ParentImplT,IParentT>(InnerT, ParentImplT) Constructor

Definition

public ChildResource (InnerT innerObject, ParentImplT parent);
new Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource<'InnerT, #'IParentT, 'IParentT> : 'InnerT * 'ParentImplT -> Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource<'InnerT, #'IParentT, 'IParentT>
Public Sub New (innerObject As InnerT, parent As ParentImplT)

Parameters

innerObject
InnerT
parent
ParentImplT

Applies to