Partager via


WebAppsOperationsExtensions.ListProcessesSlotNextAsync Méthode

Définition

Obtenez la liste des processus d’un site web, d’un emplacement de déploiement ou d’un instance avec scale-out spécifique dans un site web.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ProcessInfo>> ListProcessesSlotNextAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListProcessesSlotNextAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ProcessInfo>>
<Extension()>
Public Function ListProcessesSlotNextAsync (operations As IWebAppsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ProcessInfo))

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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Description pour obtenir la liste des processus d’un site web, d’un emplacement de déploiement ou d’un instance avec montée en puissance parallèle spécifique dans un site web.

S’applique à