ProvidersOperationsExtensions.List メソッド

定義

サブスクリプションのすべてのリソース プロバイダーを取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.Provider> List (this Microsoft.Azure.Management.ResourceManager.IProvidersOperations operations, int? top = default, string expand = default);
static member List : Microsoft.Azure.Management.ResourceManager.IProvidersOperations * Nullable<int> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.Provider>
<Extension()>
Public Function List (operations As IProvidersOperations, Optional top As Nullable(Of Integer) = Nothing, Optional expand As String = Nothing) As IPage(Of Provider)

パラメーター

operations
IProvidersOperations

この拡張メソッドの操作グループ。

top
Nullable<Int32>

返される結果の数。 null を渡した場合、すべてのデプロイが返されます。

expand
String

結果に含めるプロパティ。 たとえば、クエリ文字列で $expand=metadata を使用 &して、リソース プロバイダーのメタデータを取得します。 応答にプロパティ エイリアスを含めるには、$expand=resourceTypes/aliases を使用します。

戻り値

適用対象