MockableComputeSubscriptionResource.ExportLogAnalyticsThrottledRequests Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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-11-01
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.Models.LogAnalytics> ExportLogAnalyticsThrottledRequests(Azure.WaitUntil waitUntil, Azure.Core.AzureLocation ___location, Azure.ResourceManager.Compute.Models.ThrottledRequestsContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ExportLogAnalyticsThrottledRequests : Azure.WaitUntil * Azure.Core.AzureLocation * Azure.ResourceManager.Compute.Models.ThrottledRequestsContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.Models.LogAnalytics>
override this.ExportLogAnalyticsThrottledRequests : Azure.WaitUntil * Azure.Core.AzureLocation * Azure.ResourceManager.Compute.Models.ThrottledRequestsContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.Models.LogAnalytics>
Public Overridable Function ExportLogAnalyticsThrottledRequests (waitUntil As WaitUntil, ___location As AzureLocation, content As ThrottledRequestsContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of LogAnalytics)
Parameters
- 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 name of Azure region.
- content
- ThrottledRequestsContent
The request body.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.