Exemplo n.º 1
0
 /// <summary>
 /// List all premier add-on offers.
 /// </summary>
 /// <remarks>
 /// List all premier add-on offers.
 /// </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 <PremierAddOnOffer> ListPremierAddOnOffersNext(this IWebSiteManagementClient operations, string nextPageLink)
 {
     return(operations.ListPremierAddOnOffersNextAsync(nextPageLink).GetAwaiter().GetResult());
 }