次の方法で共有


ISupportsGettingByParent<T,ParentT,ManagerT> インターフェイス

定義

リソース グループと親に基づいて特定の Azure リソースを取得するためのアクセスを提供します。

public interface ISupportsGettingByParent<T,ParentT,ManagerT> where ParentT : IResource, IHasResourceGroup
type ISupportsGettingByParent<'T, 'ParentT, 'ManagerT (requires 'ParentT :> IResource and 'ParentT :> IHasResourceGroup)> = interface
Public Interface ISupportsGettingByParent(Of T, ParentT, ManagerT)

型パラメーター

T
ParentT
ManagerT
派生

メソッド

GetByParent(ParentT, String)

リソース ID に基づいて、Azure からリソースに関する情報を取得します。

GetByParent(String, String, String)

リソース ID に基づいて、Azure からリソースに関する情報を取得します。

GetByParentAsync(ParentT, String, CancellationToken)

リソース ID に基づいて、Azure からリソースに関する情報を取得します。

GetByParentAsync(String, String, String, CancellationToken)

リソース ID に基づいて、Azure からリソースに関する情報を取得します。

適用対象