/// <summary>
 /// Export logs that show Api requests made by this subscription in the given
 /// time window to show throttling activities.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='parameters'>
 /// Parameters supplied to the LogAnalytics getRequestRateByInterval Api.
 /// </param>
 /// <param name='location'>
 /// The location upon which virtual-machine-sizes is queried.
 /// </param>
 public static LogAnalyticsOperationResult BeginExportRequestRateByInterval(this ILogAnalyticsOperations operations, RequestRateByIntervalInput parameters, string location)
 {
     return(operations.BeginExportRequestRateByIntervalAsync(parameters, location).GetAwaiter().GetResult());
 }