Partager via


WebAppsOperationsExtensions.ListInstanceFunctionsSlotNext Méthode

Définition

Répertorier les fonctions d’un site web ou d’un emplacement de déploiement.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.FunctionEnvelope> ListInstanceFunctionsSlotNext (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string nextPageLink);
static member ListInstanceFunctionsSlotNext : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.FunctionEnvelope>
<Extension()>
Public Function ListInstanceFunctionsSlotNext (operations As IWebAppsOperations, nextPageLink As String) As IPage(Of FunctionEnvelope)

Paramètres

operations
IWebAppsOperations

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

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

Remarques

Description pour Répertorier les fonctions d’un site web ou d’un emplacement de déploiement.

S’applique à