Compartir a través de


AppServiceEnvironmentsOperationsExtensions.ListAppServicePlansNext Método

Definición

Obtenga todos los planes de App Service en un App Service Environment.

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

Parámetros

operations
IAppServiceEnvironmentsOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Comentarios

Descripción para Obtener todos los planes de App Service en un App Service Environment.

Se aplica a