Share via


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