/// <summary> /// Get top resource consuming queries of a managed instance. /// </summary> /// <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 <TopQueries> ListByManagedInstanceNext(this IManagedInstancesOperations operations, string nextPageLink) { return(operations.ListByManagedInstanceNextAsync(nextPageLink).GetAwaiter().GetResult()); }