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

IndependentChildrenImpl<T,ImplT,InnerT,InnerCollectionT,ManagerT,ParentT>.ListByParentAsync 方法

定义

重载

ListByParentAsync(String, String, CancellationToken)
ListByParentAsync(ParentT, CancellationToken)

ListByParentAsync(String, String, CancellationToken)

public abstract 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 MustOverride 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

返回

实现

适用于

ListByParentAsync(ParentT, CancellationToken)

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>>
override this.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

返回

实现

适用于