Partager via


WebAppsOperationsExtensions.ListInstanceProcessThreadsNext Méthode

Définition

Répertorier les threads d’un processus par son ID pour un instance spécifique avec montée en puissance parallèle dans un site web.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ProcessThreadInfo> ListInstanceProcessThreadsNext (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string nextPageLink);
static member ListInstanceProcessThreadsNext : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ProcessThreadInfo>
<Extension()>
Public Function ListInstanceProcessThreadsNext (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 du précédent appel réussi à l’opération 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 à