Delen via


IFunctionApp.ListFunctionsAsync(Boolean, CancellationToken) Methode

Definitie

De functies weergeven

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))

Parameters

loadAllPages
Boolean

Geef true op om alle pagina's te laden, onwaar om gepagineerd resultaat te krijgen.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op