LogAnalyticsOperationsExtensions.BeginExportRequestRateByIntervalAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.LogAnalyticsOperationResult> BeginExportRequestRateByIntervalAsync (this Microsoft.Azure.Commands.Common.Compute.Version_2018_04.ILogAnalyticsOperations operations, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RequestRateByIntervalInput parameters, string location, System.Threading.CancellationToken cancellationToken = default);
static member BeginExportRequestRateByIntervalAsync : Microsoft.Azure.Commands.Common.Compute.Version_2018_04.ILogAnalyticsOperations * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RequestRateByIntervalInput * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.LogAnalyticsOperationResult>
<Extension()>
Public Function BeginExportRequestRateByIntervalAsync (operations As ILogAnalyticsOperations, parameters As RequestRateByIntervalInput, location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of LogAnalyticsOperationResult)

Parameters

location
String
cancellationToken
CancellationToken

Returns

Applies to