Share via


ClustersOperationsExtensions.ListByResourceGroupNext Method

Definition

Lists the available Event Hubs Clusters within an ARM resource group

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.Cluster> ListByResourceGroupNext (this Microsoft.Azure.Management.EventHub.IClustersOperations operations, string nextPageLink);
static member ListByResourceGroupNext : Microsoft.Azure.Management.EventHub.IClustersOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.Cluster>
<Extension()>
Public Function ListByResourceGroupNext (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