Freigeben über


ApplicationInsightsComponentResource.CreateExportConfigurationsAsync Methode

Definition

Erstellen Sie eine Konfiguration für den fortlaufenden Export einer Application Insights-Komponente.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration
  • Vorgangs-IdExportConfigurations_Create
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)

Parameter

exportProperties
ApplicationInsightsComponentExportRequest

Eigenschaften, die angegeben werden müssen, um eine Konfiguration für den fortlaufenden Export einer Application Insights-Komponente zu erstellen.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von ApplicationInsightsComponentExportConfiguration , die mehrere Dienstanforderungen durchlaufen kann.

Ausnahmen

exportProperties ist NULL.

Gilt für: