次の方法で共有


ApplicationsOperationsExtensions.ListByClusterNext メソッド

定義

HDInsight クラスターのすべてのアプリケーションを一覧表示します。

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

パラメーター

operations
IApplicationsOperations

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

nextPageLink
String

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

戻り値

適用対象