次の方法で共有


ApplicationInsightsComponentResource.DeleteExportConfigurationAsync メソッド

定義

Application Insights コンポーネントの連続エクスポート構成を削除します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration/{exportId}
  • 操作IdExportConfigurations_Delete
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportConfiguration>> DeleteExportConfigurationAsync (string exportId, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteExportConfigurationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportConfiguration>>
override this.DeleteExportConfigurationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportConfiguration>>
Public Overridable Function DeleteExportConfigurationAsync (exportId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ApplicationInsightsComponentExportConfiguration))

パラメーター

exportId
String

連続エクスポート構成 ID。 これは Application Insights コンポーネント内で一意です。

cancellationToken
CancellationToken

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

戻り値

例外

exportId は空の文字列であり、空でないと想定されていました。

exportId が null です。

適用対象