次の方法で共有


ComputeExtensions.ExportLogAnalyticsRequestRateByInterval メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/logAnalytics/apiAccess/getRequestRateByInterval
  • 操作IdLogAnalytics_ExportRequestRateByInterval
public static Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.Models.LogAnalytics> ExportLogAnalyticsRequestRateByInterval (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.WaitUntil waitUntil, Azure.Core.AzureLocation location, Azure.ResourceManager.Compute.Models.RequestRateByIntervalContent content, System.Threading.CancellationToken cancellationToken = default);
static member ExportLogAnalyticsRequestRateByInterval : Azure.ResourceManager.Resources.SubscriptionResource * Azure.WaitUntil * Azure.Core.AzureLocation * Azure.ResourceManager.Compute.Models.RequestRateByIntervalContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.Models.LogAnalytics>
<Extension()>
Public Function ExportLogAnalyticsRequestRateByInterval (subscriptionResource As SubscriptionResource, waitUntil As WaitUntil, location As AzureLocation, content As RequestRateByIntervalContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of LogAnalytics)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

waitUntil
WaitUntil

Completed メソッドがサービスで実行時間の長い操作が完了するまで戻るのを待機する必要がある場合。 Started 操作を開始した後に が返される場合は 。 実行時間の長い操作の詳細については、「 Azure.Core Long-Running 操作のサンプル」を参照してください。

location
AzureLocation

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

content
RequestRateByIntervalContent

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

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

content が null です。

適用対象