Partager via


ProviderOperationsExtensions.GetFunctionAppStacksNextAsync Méthode

Définition

Obtenir les frameworks d’application de fonction disponibles et leurs versions

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.FunctionAppStack>> GetFunctionAppStacksNextAsync (this Microsoft.Azure.Management.WebSites.IProviderOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member GetFunctionAppStacksNextAsync : Microsoft.Azure.Management.WebSites.IProviderOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.FunctionAppStack>>
<Extension()>
Public Function GetFunctionAppStacksNextAsync (operations As IProviderOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of FunctionAppStack))

Paramètres

operations
IProviderOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Description des frameworks d’application de fonction disponibles et de leurs versions

S’applique à