WebAppsOperationsExtensions.ListProcessThreadsSlotNext Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET