Freigeben über


AppServiceEnvironmentResource.GetDiagnosticsAsync(CancellationToken) Methode

Definition

Beschreibung für Abrufen von Diagnoseinformationen für eine App Service-Umgebung.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/Diagnose
  • Vorgang IdAppServiceEnvironments_ListDiagnostics
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.HostingEnvironmentDiagnostics> GetDiagnosticsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetDiagnosticsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.HostingEnvironmentDiagnostics>
override this.GetDiagnosticsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.HostingEnvironmentDiagnostics>
Public Overridable Function GetDiagnosticsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of HostingEnvironmentDiagnostics)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der HostingEnvironmentDiagnostics mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: