Partager via


WebAppsOperationsExtensions.ListProcessThreadsSlotNext 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> ListProcessThreadsSlotNext (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string nextPageLink);
static member ListProcessThreadsSlotNext : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ProcessThreadInfo>
<Extension()>
Public Function ListProcessThreadsSlotNext (operations As IWebAppsOperations, nextPageLink As String) As IPage(Of ProcessThreadInfo)

Paramètres

operations
IWebAppsOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

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 à