/// <summary>
 /// Gets the list of Service Fabric cluster resources created in the specified
 /// subscription.
 /// </summary>
 /// <remarks>
 /// Gets all Service Fabric cluster resources created or in the process of
 /// being created in the subscription.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='nextPageLink'>
 /// The NextLink from the previous successful call to List operation.
 /// </param>
 public static IPage <ManagedCluster> ListBySubscriptionNext(this IManagedClustersOperations operations, string nextPageLink)
 {
     return(operations.ListBySubscriptionNextAsync(nextPageLink).GetAwaiter().GetResult());
 }