WebAppsOperationsExtensions.ListProcessThreadsAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ProcessThreadInfo>> ListProcessThreadsAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string processId, System.Threading.CancellationToken cancellationToken = default);
static member ListProcessThreadsAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ProcessThreadInfo>>
<Extension()>
Public Function ListProcessThreadsAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, processId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ProcessThreadInfo))

Parameters

operations
IWebAppsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

name
String

Site name.

processId
String

PID.

cancellationToken
CancellationToken

The cancellation token.

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