Freigeben über


ApplicationInsightsComponentResource.GetExportConfigurationAsync Methode

Definition

Rufen Sie die Continuous Export-Konfiguration für diese Export-ID ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration/{exportId}
  • Vorgang IdExportConfigurations_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportConfiguration>> GetExportConfigurationAsync (string exportId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetExportConfigurationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportConfiguration>>
override this.GetExportConfigurationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentExportConfiguration>>
Public Overridable Function GetExportConfigurationAsync (exportId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ApplicationInsightsComponentExportConfiguration))

Parameter

exportId
String

Die Konfigurations-ID für fortlaufenden Export. Dies ist innerhalb einer Application Insights-Komponente eindeutig.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

exportId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

exportId ist NULL.

Gilt für: