Partager via


WebAppsOperationsExtensions.ListNext(IWebAppsOperations, String) Méthode

Définition

Obtenez toutes les applications d’un abonnement.

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

Paramètres

operations
IWebAppsOperations

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.

Retours

Remarques

Description pour Obtenir toutes les applications d’un abonnement.

S’applique à