Compartilhar via


WebAppsOperationsExtensions.ListProcessThreadsSlotNextAsync Método

Definição

Liste os threads em um processo por sua ID para uma instância de expansão específica em um site.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.ProcessThreadInfo>> ListProcessThreadsSlotNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListProcessThreadsSlotNextAsync : 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 ListProcessThreadsSlotNextAsync (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 esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Descrição para Listar os threads em um processo por sua ID para uma instância de expansão específica em um site da Web.

Aplica-se a