WebAppsOperationsExtensions.ListInstanceProcessThreadsNext Method

Definition

List the threads in a process by its ID for a specific scaled-out instance in a web site.

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

Parameters

operations
IWebAppsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.

Applies to