次の方法で共有


ProviderOperationsExtensions.List メソッド

定義

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

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

パラメーター

operations
IProviderOperations

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

parameters
ProviderListParameters

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

戻り値

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

適用対象