次の方法で共有


ProviderOperationsExtensions.ListAsync メソッド

定義

リソース プロバイダーの一覧を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ProviderListResult> ListAsync (this Microsoft.Azure.Management.Resources.IProviderOperations operations, Microsoft.Azure.Management.Resources.Models.ProviderListParameters parameters);
static member ListAsync : Microsoft.Azure.Management.Resources.IProviderOperations * Microsoft.Azure.Management.Resources.Models.ProviderListParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ProviderListResult>
<Extension()>
Public Function ListAsync (operations As IProviderOperations, parameters As ProviderListParameters) As Task(Of ProviderListResult)

パラメーター

operations
IProviderOperations

Microsoft.Azure.Management.Resources.IProviderOperations への参照です。

parameters
ProviderListParameters

省略可能。 クエリ パラメーターです。 null を渡した場合、すべてのデプロイが返されます。

戻り値

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

適用対象