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

ISupportsListingByParent<T,ParentT,ManagerT> 接口

定义

提供在特定父资源中列出特定类型的 Azure 资源的访问权限。

(注意:此接口不应由用户代码) 实现。

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

类型参数

T
ParentT
ManagerT
派生

方法

ListByParent(ParentT)

根据资源 ID 从 Azure 获取有关资源的信息。

ListByParent(String, String)

列出指定资源组中指定类型的资源。

ListByParentAsync(ParentT, CancellationToken)

根据资源 ID 从 Azure 获取有关资源的信息。

ListByParentAsync(String, String, CancellationToken)

列出指定资源组中指定类型的资源。

适用于