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

IResourceProviderOperationDetailsOperations.ListAsync 方法

定义

获取资源提供程序的列表。

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ResourceProviderOperationDetailListResult> ListAsync (Microsoft.Azure.ResourceIdentity identity, System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : Microsoft.Azure.ResourceIdentity * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ResourceProviderOperationDetailListResult>
Public Function ListAsync (identity As ResourceIdentity, cancellationToken As CancellationToken) As Task(Of ResourceProviderOperationDetailListResult)

参数

identity
Microsoft.Azure.ResourceIdentity

资源标识。

cancellationToken
CancellationToken

取消标记。

返回

资源提供程序操作的列表。

适用于