Partilhar via


WebAppsOperationsExtensions.ListInstanceProcessThreadsNextAsync Método

Definição

Liste os threads num processo pelo respetivo ID para uma instância de escalamento horizontal específica num site.

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

Parâmetros

operations
IWebAppsOperations

O grupo de operações para este método de extensão.

nextPageLink
String

A NextLink da chamada com êxito anterior para a operação Lista.

cancellationToken
CancellationToken

O token de cancelamento.

Devoluções

Observações

Descrição para Listar os threads num processo pelo respetivo ID para uma instância de escalamento horizontal específica num site.

Aplica-se a