次の方法で共有


IChildResource<IParentT> インターフェイス

定義

子リソースによって使用される基本インターフェイス。

public interface IChildResource<IParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<IParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable
type IChildResource<'IParentT> = interface
    interface IHasName
    interface IIndexable
    interface IHasParent<'IParentT>
Public Interface IChildResource(Of IParentT)
Implements IHasName, IHasParent(Of IParentT), IIndexable

型パラメーター

IParentT
派生
実装

プロパティ

Key

子リソースによって使用される基本インターフェイス。

(継承元 IIndexable)
Name

リソースの名前を取得します

(継承元 IHasName)
Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)

適用対象