Share via


AppServicePlansOperationsExtensions.ListWebAppsNext Method

Definition

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

Parameters

nextPageLink
String

Returns

Applies to