Udostępnij za pośrednictwem


IFunctionApp.ListFunctionsAsync(Boolean, CancellationToken) Metoda

Definicja

Wyświetlanie listy funkcji

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

Parametry

loadAllPages
Boolean

Określ wartość true, aby załadować wszystkie strony, wartość false, aby uzyskać wynik podzielony na strony.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Dotyczy