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

CosmosDBAccountsImpl.ISupportsListing<ICosmosDBAccount>.ListAsync 方法

定义

列出当前所选订阅中指定类型的所有资源。

System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>> ISupportsListing<ICosmosDBAccount>.ListAsync (bool loadAllPages, System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>.ListAsync : bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>>
override this.Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>.ListAsync : bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>>
Function ListAsync (loadAllPages As Boolean, cancellationToken As CancellationToken) As Task(Of IPagedCollection(Of ICosmosDBAccount)) Implements ISupportsListing(Of ICosmosDBAccount).ListAsync

参数

loadAllPages
Boolean
cancellationToken
CancellationToken

返回

实现

适用于