次の方法で共有


ScriptActionsOperationsExtensions.ListByClusterNext メソッド

定義

指定したクラスターに対する永続化されたスクリプト アクションを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptActionDetail> ListByClusterNext (this Microsoft.Azure.Management.HDInsight.IScriptActionsOperations operations, string nextPageLink);
static member ListByClusterNext : Microsoft.Azure.Management.HDInsight.IScriptActionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptActionDetail>
<Extension()>
Public Function ListByClusterNext (operations As IScriptActionsOperations, nextPageLink As String) As IPage(Of RuntimeScriptActionDetail)

パラメーター

operations
IScriptActionsOperations

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

nextPageLink
String

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

戻り値

適用対象