Partager via


AppServiceEnvironmentsOperationsExtensions.ListByResourceGroupNext Méthode

Définition

Obtenez tous les environnements App Service dans un groupe de ressources.

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

Paramètres

operations
IAppServiceEnvironmentsOperations

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 tous les App Service environnements dans un groupe de ressources.

S’applique à