Share via


WebAppsOperationsExtensions.ListSlotsNext(IWebAppsOperations, String) Method

Definition

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

Parameters

operations
IWebAppsOperations
nextPageLink
String

Returns

Applies to