次の方法で共有


ComputePoliciesOperationsExtensions.ListByAccountNext メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy> ListByAccountNext (this Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations operations, string nextPageLink);
static member ListByAccountNext : Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy>
<Extension()>
Public Function ListByAccountNext (operations As IComputePoliciesOperations, nextPageLink As String) As IPage(Of ComputePolicy)

パラメーター

operations
IComputePoliciesOperations

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

nextPageLink
String

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

戻り値

適用対象