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

IProviderOperations.ListAsync 方法

定义

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

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

参数

parameters
ProviderListParameters

查询参数。 如果传递了 null,则返回所有部署。

cancellationToken
CancellationToken

取消标记。

返回

资源提供程序的列表。

适用于