Share via


WebAppsOperationsExtensions.ListProcessThreadsSlotNext Method

Definition

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

Parameters

operations
IWebAppsOperations
nextPageLink
String

Returns

Applies to