Freigeben über


SiteProcessModuleCollection.GetAllAsync(CancellationToken) Methode

Definition

Beschreibung für Auflisten von Modulinformationen für einen Prozess anhand seiner ID für eine bestimmte horizontal skalierte instance auf einer Website.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/processes/{processId}/modules
  • Vorgangs-IdWebApps_ListProcessModules
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteProcessModuleResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteProcessModuleResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteProcessModuleResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SiteProcessModuleResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: