Freigeben über


ApplicationInsightsComponentResource.DeleteExportConfigurationAsync Methode

Definition

Löschen Sie eine Continuous Export-Konfiguration einer Application Insights-Komponente.

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