MockableComputeSubscriptionResource.ExportLogAnalyticsRequestRateByInterval 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 Api requests made by this subscription in the given time window to show throttling activities.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/logAnalytics/apiAccess/getRequestRateByInterval
- Operation Id: LogAnalytics_ExportRequestRateByInterval
- Default Api Version: 2024-07-01
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.Models.LogAnalytics> ExportLogAnalyticsRequestRateByInterval (Azure.WaitUntil waitUntil, Azure.Core.AzureLocation location, Azure.ResourceManager.Compute.Models.RequestRateByIntervalContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ExportLogAnalyticsRequestRateByInterval : Azure.WaitUntil * Azure.Core.AzureLocation * Azure.ResourceManager.Compute.Models.RequestRateByIntervalContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.Models.LogAnalytics>
override this.ExportLogAnalyticsRequestRateByInterval : Azure.WaitUntil * Azure.Core.AzureLocation * Azure.ResourceManager.Compute.Models.RequestRateByIntervalContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.Models.LogAnalytics>
Public Overridable Function ExportLogAnalyticsRequestRateByInterval (waitUntil As WaitUntil, location As AzureLocation, content As RequestRateByIntervalContent, 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 location upon which virtual-machine-sizes is queried.
- content
- RequestRateByIntervalContent
Parameters supplied to the LogAnalytics getRequestRateByInterval Api.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.
Applies to
Azure SDK for .NET