ExternalChildResource<FluentModelT,InnerModelT,IParentT,ParentImplT> Constructor
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.
Creates an instance of external child resource in-memory.
public ExternalChildResource (string name, ParentImplT parent, InnerModelT innerObject);
new Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExternalChildResource<'FluentModelT, 'InnerModelT, 'IParentT, #'IParentT (requires 'FluentModelT : null and 'FluentModelT :> Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<'FluentModelT, 'IParentT>)> : string * 'ParentImplT * 'InnerModelT -> Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExternalChildResource<'FluentModelT, 'InnerModelT, 'IParentT, #'IParentT (requires 'FluentModelT : null and 'FluentModelT :> Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<'FluentModelT, 'IParentT>)>
Public Sub New (name As String, parent As ParentImplT, innerObject As InnerModelT)
Parameters
- name
- String
the name of this external child resource
- parent
- ParentImplT
reference to the parent of this external child resource
- innerObject
- InnerModelT
reference to the inner object representing this external child resource
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET