Share via


ClustersOperationsExtensions.ListNext(IClustersOperations, String) Method

Definition

Lists all the HDInsight clusters under the subscription.

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

Parameters

operations
IClustersOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to