Udostępnij za pośrednictwem


WebAppsOperationsExtensions.ListFunctionsAsync Metoda

Definicja

Wyświetl listę funkcji witryny sieci Web lub miejsca wdrożenia.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.FunctionEnvelopeInner>> ListFunctionsAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);
static member ListFunctionsAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.FunctionEnvelopeInner>>
<Extension()>
Public Function ListFunctionsAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of FunctionEnvelopeInner))

Parametry

operations
IWebAppsOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów, do której należy zasób.

name
String

Nazwa witryny.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis funkcji witryny sieci Web lub miejsca wdrożenia.

Dotyczy