Condividi tramite


ComputeExtensions.ExportLogAnalyticsThrottledRequestsAsync Method

Definition

Export logs that show total throttled Api requests for this subscription in the given time window.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/logAnalytics/apiAccess/getThrottledRequests
  • Operation Id: LogAnalytics_ExportThrottledRequests
  • Default Api Version: 2024-03-01
public static System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.Models.LogAnalytics>> ExportLogAnalyticsThrottledRequestsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.WaitUntil waitUntil, Azure.Core.AzureLocation location, Azure.ResourceManager.Compute.Models.ThrottledRequestsContent content, System.Threading.CancellationToken cancellationToken = default);
static member ExportLogAnalyticsThrottledRequestsAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.WaitUntil * Azure.Core.AzureLocation * Azure.ResourceManager.Compute.Models.ThrottledRequestsContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.Models.LogAnalytics>>
<Extension()>
Public Function ExportLogAnalyticsThrottledRequestsAsync (subscriptionResource As SubscriptionResource, waitUntil As WaitUntil, location As AzureLocation, content As ThrottledRequestsContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of LogAnalytics))

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

location
AzureLocation

The location upon which virtual-machine-sizes is queried.

content
ThrottledRequestsContent

Parameters supplied to the LogAnalytics getThrottledRequests Api.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

subscriptionResource or content is null.

Applies to