ClustersOperationsExtensions.ListBySubscriptionNext Method

Definition

Lists all of the clusters in the given subscription.

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