ProvidersOperationsExtensions.ListAsync メソッド

定義

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

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

パラメーター

operations
IProvidersOperations

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

top
Nullable<Int32>

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

expand
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象