Compartilhar via


ComputeNodeOperationsExtensions.ListAsync Método

Definição

Lista os Nós de Computação no Pool especificado.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ComputeNode>> ListAsync (this Microsoft.Azure.Batch.Protocol.IComputeNodeOperations operations, string poolId, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeListOptions computeNodeListOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Batch.Protocol.IComputeNodeOperations * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeListOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ComputeNode>>
<Extension()>
Public Function ListAsync (operations As IComputeNodeOperations, poolId As String, Optional computeNodeListOptions As ComputeNodeListOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ComputeNode))

Parâmetros

operations
IComputeNodeOperations

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

poolId
String

A ID do Pool do qual você deseja listar Nós de Computação.

computeNodeListOptions
ComputeNodeListOptions

Parâmetros adicionais para a operação

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a