次の方法で共有


ChildResource<InnerT,ParentImplT,IParentT> クラス

定義

子リソース抽象実装。 (内部使用のみ)

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)

型パラメーター

InnerT

Azure 内部の子クラス型

ParentImplT

親 fluent インターフェイスの実装

IParentT

親 fluent インターフェイス

継承
ChildResource<InnerT,ParentImplT,IParentT>
派生
実装

コンストラクター

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

子リソース抽象実装。 (内部使用のみ)

プロパティ

Inner

子リソース抽象実装。 (内部使用のみ)

(継承元 IndexableWrapper<InnerT>)
Key

子リソース抽象実装。 (内部使用のみ)

(継承元 Indexable)
Parent

親の実装への参照を取得します。これは、 メソッドなどの親内のメソッドを呼び出すために子リソース impl によって親によって管理される子リソースのコレクションに子リソース impl を追加するために使用されます。

メソッド

Name()

子リソース抽象実装。 (内部使用のみ)

SetInner(InnerT)

子リソース抽象実装。 (内部使用のみ)

(継承元 IndexableWrapper<InnerT>)

明示的なインターフェイスの実装

IHasName.Name

子リソース抽象実装。 (内部使用のみ)

IHasParent<IParentT>.Parent

子リソース抽象実装。 (内部使用のみ)

適用対象