次の方法で共有


LogAnalyticsOperationsExtensions.BeginExportRequestRateByInterval メソッド

定義

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

public static Microsoft.Azure.Management.Compute.Models.LogAnalyticsOperationResult BeginExportRequestRateByInterval (this Microsoft.Azure.Management.Compute.ILogAnalyticsOperations operations, Microsoft.Azure.Management.Compute.Models.RequestRateByIntervalInput parameters, string location);
static member BeginExportRequestRateByInterval : Microsoft.Azure.Management.Compute.ILogAnalyticsOperations * Microsoft.Azure.Management.Compute.Models.RequestRateByIntervalInput * string -> Microsoft.Azure.Management.Compute.Models.LogAnalyticsOperationResult
<Extension()>
Public Function BeginExportRequestRateByInterval (operations As ILogAnalyticsOperations, parameters As RequestRateByIntervalInput, location As String) As LogAnalyticsOperationResult

パラメーター

operations
ILogAnalyticsOperations

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

parameters
RequestRateByIntervalInput

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

location
String

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

戻り値

適用対象