示例#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>
 public static IPage <PremierAddOnOffer> ListPremierAddOnOffers(this IWebSiteManagementClient operations)
 {
     return(operations.ListPremierAddOnOffersAsync().GetAwaiter().GetResult());
 }