LogAnalyticsOperationsExtensions.BeginExportRequestRateByInterval メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定の時間枠でこのサブスクリプションによって行われた 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
仮想マシン サイズのクエリを実行する場所。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET