Partager via


WebAppsOperationsExtensions.ListInstanceProcessModulesNextAsync Méthode

Définition

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

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

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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Description des informations de module List pour un processus par son ID pour un instance de scale-out spécifique dans un site web.

S’applique à