/// <summary> /// Gets all the application resources in a given subscription. /// </summary> /// <remarks> /// Gets the information about all application resources in a given resource /// group. The information include the description and other properties of the /// application. /// </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 <ApplicationResourceDescription> ListBySubscriptionNext(this IApplicationOperations operations, string nextPageLink) { return(operations.ListBySubscriptionNextAsync(nextPageLink).GetAwaiter().GetResult()); }