/// <summary>
 /// Gets the list of Node types of the specified managed cluster.
 /// </summary>
 /// <remarks>
 /// Gets all Node types of the specified managed cluster.
 /// </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 <NodeType> ListByManagedClustersNext(this INodeTypesOperations operations, string nextPageLink)
 {
     return(operations.ListByManagedClustersNextAsync(nextPageLink).GetAwaiter().GetResult());
 }