Freigeben über


SiteSlotFunctionCollection.GetAllAsync(CancellationToken) Methode

Definition

Beschreibung für Auflisten der Funktionen für eine Website oder einen Bereitstellungsslot.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions
  • Vorgang IdWebApps_ListInstanceFunctionsSlot
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteSlotFunctionResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteSlotFunctionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteSlotFunctionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SiteSlotFunctionResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: