你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 获取有关资源的信息。

适用于