次の方法で共有


LogAnalyticsOperationsExtensions.ExportRequestRateByIntervalAsync メソッド

定義

特定の時間枠でこのサブスクリプションによって行われた Api 要求を示すログをエクスポートして、調整アクティビティを表示します。

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

パラメーター

operations
ILogAnalyticsOperations

この拡張メソッドの操作グループ。

parameters
RequestRateByIntervalInput

LogAnalytics getRequestRateByInterval Api に指定されたパラメーター。

location
String

仮想マシン サイズのクエリを実行する場所。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象