Freigeben über


DynatraceMonitorResource.GetAppServicesAsync(CancellationToken) Methode

Definition

Ruft eine Liste der App Services mit aktiviertem Dynatrace PaaS OneAgent ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Dynatrace.Observability/monitors/{monitorName}/listAppServices
  • Vorgangs-IdMonitors_ListAppServices
public virtual Azure.AsyncPageable<Azure.ResourceManager.Dynatrace.Models.DynatraceOneAgentEnabledAppServiceInfo> GetAppServicesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppServicesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Dynatrace.Models.DynatraceOneAgentEnabledAppServiceInfo>
override this.GetAppServicesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Dynatrace.Models.DynatraceOneAgentEnabledAppServiceInfo>
Public Overridable Function GetAppServicesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DynatraceOneAgentEnabledAppServiceInfo)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: