次の方法で共有


ApplicationInsightsComponentResource.UpdateExportConfiguration メソッド

定義

このエクスポート ID の連続エクスポート構成を更新します。

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

パラメーター

exportId
String

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

exportProperties
ApplicationInsightsComponentExportRequest

連続エクスポート構成を更新するために指定する必要があるプロパティ。

cancellationToken
CancellationToken

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

戻り値

例外

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

exportId または exportProperties が null です。

適用対象