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

ApplicationInsightsComponentResource.CreateExportConfigurationsAsync Method

Definition

Overloads

CreateExportConfigurationsAsync(ApplicationInsightsComponentExportContent, CancellationToken)

Create a Continuous Export configuration of an Application Insights component.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration
  • Operation Id: ExportConfigurations_Create
  • Default Api Version: 2015-05-01
CreateExportConfigurationsAsync(ApplicationInsightsComponentExportRequest, CancellationToken)

Create a Continuous Export configuration of an Application Insights component.

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

CreateExportConfigurationsAsync(ApplicationInsightsComponentExportContent, CancellationToken)

Source:
ApplicationInsightsComponentResource.cs

Create a Continuous Export configuration of an Application Insights component.

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

Parameters

content
ApplicationInsightsComponentExportContent

Properties that need to be specified to create a Continuous Export configuration of a Application Insights component.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ApplicationInsightsComponentExportConfiguration that may take multiple service requests to iterate over.

Exceptions

content is null.

Applies to

CreateExportConfigurationsAsync(ApplicationInsightsComponentExportRequest, CancellationToken)

Source:
ApplicationInsightsComponentResource.cs

Create a Continuous Export configuration of an Application Insights component.

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

Parameters

exportProperties
ApplicationInsightsComponentExportRequest

Properties that need to be specified to create a Continuous Export configuration of a Application Insights component.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ApplicationInsightsComponentExportConfiguration that may take multiple service requests to iterate over.

Exceptions

exportProperties is null.

Applies to