Partager via


WebAppsOperationsExtensions.ListProcessThreads Méthode

Définition

Répertoriez les threads d’un processus par son ID pour un instance de scale-out spécifique dans un site web.

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

Paramètres

operations
IWebAppsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources auquel appartient la ressource.

name
String

Nom du site.

processId
String

PID.

Retours

Remarques

Description pour Répertorier les threads d’un processus par son ID pour un instance avec scale-out spécifique dans un site web.

S’applique à