IFunctionApp.ListFunctionsAsync(Boolean, CancellationToken) Method

Definition

List the functions

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

Specify true to load all pages, false to get paginated result.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to