Share via


ApplicationInsightsComponentResource.GetExportConfigurationsAsync Method

Definition

Gets a list of Continuous Export configuration of an Application Insights component.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to