次の方法で共有


IntegrationAccountResource.LogTrackingEventsAsync メソッド

定義

統合アカウントの追跡イベントをログに記録します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/logTrackingEvents
  • 操作IdIntegrationAccounts_LogTrackingEvents
public virtual System.Threading.Tasks.Task<Azure.Response> LogTrackingEventsAsync (Azure.ResourceManager.Logic.Models.IntegrationAccountTrackingEventsContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member LogTrackingEventsAsync : Azure.ResourceManager.Logic.Models.IntegrationAccountTrackingEventsContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.LogTrackingEventsAsync : Azure.ResourceManager.Logic.Models.IntegrationAccountTrackingEventsContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function LogTrackingEventsAsync (content As IntegrationAccountTrackingEventsContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

パラメーター

content
IntegrationAccountTrackingEventsContent

コールバック URL パラメーター。

cancellationToken
CancellationToken

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

戻り値

例外

content が null です。

適用対象