Dela via


WebAppsOperationsExtensions.ListProcessThreadsAsync Metod

Definition

Lista trådarna i en process efter dess ID för en specifik utskalad instans på en webbplats.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.ProcessThreadInfo>> ListProcessThreadsAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string processId, System.Threading.CancellationToken cancellationToken = default);
static member ListProcessThreadsAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.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))

Parametrar

operations
IWebAppsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på resursgruppen som resursen tillhör.

name
String

Webbplatsnamn.

processId
String

PID.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Kommentarer

Beskrivning för List the threads in a process by its ID for a specific scaled-out instance in a web site (Lista trådarna i en process efter dess ID för en specifik utskalad instans på en webbplats).

Gäller för