Freigeben über


ApplicationInsightsComponentResource.GetExportConfigurations Methode

Definition

Ruft eine Liste der Konfigurationen für den fortlaufenden Export einer Application Insights-Komponente ab.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von ApplicationInsightsComponentExportConfiguration , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: