你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationInsightsComponentResource.UpdateExportConfiguration Method

Definition

Overloads

UpdateExportConfiguration(String, ApplicationInsightsComponentExportRequest, CancellationToken)

Update the Continuous Export configuration for this export id.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration/{exportId}
  • Operation Id: ExportConfigurations_Update
  • Default Api Version: 2015-05-01
UpdateExportConfiguration(String, ApplicationInsightsComponentExportContent, CancellationToken)

Update the Continuous Export configuration for this export id.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration/{exportId}
  • Operation Id: ExportConfigurations_Update
  • Default Api Version: 2015-05-01

UpdateExportConfiguration(String, ApplicationInsightsComponentExportRequest, CancellationToken)

Source:
ApplicationInsightsComponentResource.cs

Update the Continuous Export configuration for this export id.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration/{exportId}
  • Operation Id: ExportConfigurations_Update
  • Default Api Version: 2015-05-01
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)

Parameters

exportId
String

The Continuous Export configuration ID. This is unique within a Application Insights component.

exportProperties
ApplicationInsightsComponentExportRequest

Properties that need to be specified to update the Continuous Export configuration.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

exportId is an empty string, and was expected to be non-empty.

exportId or exportProperties is null.

Applies to

UpdateExportConfiguration(String, ApplicationInsightsComponentExportContent, CancellationToken)

Source:
ApplicationInsightsComponentResource.cs

Update the Continuous Export configuration for this export id.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration/{exportId}
  • Operation Id: ExportConfigurations_Update
  • Default Api Version: 2015-05-01
public virtual Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportConfiguration> UpdateExportConfiguration (string exportId, Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateExportConfiguration : string * Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportConfiguration>
override this.UpdateExportConfiguration : string * Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportConfiguration>
Public Overridable Function UpdateExportConfiguration (exportId As String, content As ApplicationInsightsComponentExportContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApplicationInsightsComponentExportConfiguration)

Parameters

exportId
String

The Continuous Export configuration ID. This is unique within a Application Insights component.

content
ApplicationInsightsComponentExportContent

Properties that need to be specified to update the Continuous Export configuration.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

exportId is an empty string, and was expected to be non-empty.

exportId or content is null.

Applies to