AppServiceEnvironmentsOperationsExtensions.ListAppServicePlansNext Method

Definition

Get all App Service plans in an 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)

Parameters

operations
IAppServiceEnvironmentsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

Description for Get all App Service plans in an App Service Environment.

Applies to