Share via


AppServiceEnvironmentsOperationsExtensions.ListByResourceGroupNext Method

Definition

Get all App Service Environments in a resource group.

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)

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 Environments in a resource group.

Applies to