Freigeben über


IFunctionApp.ListFunctionsAsync(Boolean, CancellationToken) Methode

Definition

Auflisten der Funktionen

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.AppService.Fluent.IFunctionEnvelope>> ListFunctionsAsync (bool loadAllPages = true, System.Threading.CancellationToken cancellationToken = default);
abstract member ListFunctionsAsync : bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.AppService.Fluent.IFunctionEnvelope>>
Public Function ListFunctionsAsync (Optional loadAllPages As Boolean = true, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of IFunctionEnvelope))

Parameter

loadAllPages
Boolean

Geben Sie true an, um alle Seiten zu laden, false, um ein paginiertes Ergebnis zu erhalten.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: