Partager via


WebAppsOperationsExtensions.ListProcessesSlotNext Method

Definition

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

Parameters

operations
IWebAppsOperations
nextPageLink
String

Returns

Applies to