Freigeben über


WebAppsOperationsExtensions.ListProcessThreadsAsync Methode

Definition

Listen Sie die Threads in einem Prozess anhand ihrer ID für eine bestimmte horizontal skalierte instance in einer Website auf.

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))

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Websitename.

processId
String

PID.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Auflisten der Threads in einem Prozess anhand ihrer ID für eine bestimmte horizontal skalierte instance auf einer Website.

Gilt für: