IFunctionApp.ListFunctionsAsync(Boolean, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.