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

ISupportsListingByParent<T,ParentT,ManagerT>.ListByParentAsync 方法

定义

重载

ListByParentAsync(ParentT, CancellationToken)

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

ListByParentAsync(String, String, CancellationToken)

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

ListByParentAsync(ParentT, CancellationToken)

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

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<T>> ListByParentAsync (ParentT parentResource, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByParentAsync : 'ParentT * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<'T>>
Public Function ListByParentAsync (parentResource As ParentT, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of T))

参数

parentResource
ParentT

父资源的实例。

cancellationToken
CancellationToken

返回

适用于

ListByParentAsync(String, String, CancellationToken)

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

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<T>> ListByParentAsync (string resourceGroupName, string parentName, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByParentAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<'T>>
Public Function ListByParentAsync (resourceGroupName As String, parentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of T))

参数

resourceGroupName
String

要从中列出资源的资源组的名称。

parentName
String

父资源的名称。

cancellationToken
CancellationToken

返回

适用于