次の方法で共有


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

キャンセル トークン。

戻り値

リソース プロバイダーの一覧です。

適用対象