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