示例#1
0
 /// <summary>
 /// Gets a list of meters for a given location.
 /// </summary>
 /// <remarks>
 /// Gets a list of meters for a given location.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='billingLocation'>
 /// Azure Location of billable resource
 /// </param>
 /// <param name='osType'>
 /// App Service OS type meters used for
 /// </param>
 public static IPage <BillingMeter> ListBillingMeters(this IWebSiteManagementClient operations, string billingLocation = default(string), string osType = default(string))
 {
     return(operations.ListBillingMetersAsync(billingLocation, osType).GetAwaiter().GetResult());
 }