Freigeben über


ApplicationsOperationsExtensions.ListByClusterNext Methode

Definition

Listet alle Anwendungen für den HDInsight-Cluster auf.

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)

Parameter

operations
IApplicationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: