Freigeben über


ApplicationInsightsComponentResource.GetExportConfiguration Methode

Definition

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

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

Parameter

exportId
String

Die Konfigurations-ID für den 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: