ChildResource<InnerT,ParentImplT,IParentT> Class
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.
Child resource abstract implementation. (Internal use only)
public abstract class ChildResource<InnerT,ParentImplT,IParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IndexableWrapper<InnerT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<IParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<IParentT> where ParentImplT : IParentT
type ChildResource<'InnerT, #'IParentT, 'IParentT> = class
inherit IndexableWrapper<'InnerT>
interface IChildResource<'IParentT>
interface IHasName
interface IIndexable
interface IHasParent<'IParentT>
Public MustInherit Class ChildResource(Of InnerT, ParentImplT, IParentT)
Inherits IndexableWrapper(Of InnerT)
Implements IChildResource(Of IParentT), IHasParent(Of IParentT)
Type Parameters
- InnerT
Azure inner child class type
- ParentImplT
Parent fluent interface implementation
- IParentT
Parent fluent interface
- Inheritance
- Derived
- Implements
Constructors
ChildResource<InnerT,ParentImplT,IParentT>(InnerT, ParentImplT) |
Properties
Inner | (Inherited from IndexableWrapper<InnerT>) |
Key | (Inherited from Indexable) |
Parent |
Gets the reference to the parent implementation, this is used by the child resource impls to invoke methods in the parent such as method to add the child resource impl to collection of child resources maintained by the parent. |
Methods
Name() | |
SetInner(InnerT) | (Inherited from IndexableWrapper<InnerT>) |
Explicit Interface Implementations
IHasName.Name | |
IHasParent<IParentT>.Parent |
Applies to
Azure SDK for .NET