次の方法で共有


ComputePoliciesOperationsExtensions.ListByAccountNextAsync メソッド

定義

指定したData Lake Analytics アカウント内のData Lake Analyticsコンピューティング ポリシーを一覧表示します。 アカウントでは、最大で 50 個のポリシーがサポートされます

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy>> ListByAccountNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByAccountNextAsync : Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy>>
<Extension()>
Public Function ListByAccountNextAsync (operations As IComputePoliciesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ComputePolicy))

パラメーター

operations
IComputePoliciesOperations

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

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象