Compartilhar via


ComputeNodeOperationsExtensions.ListNext Método

Definição

Lista os nós de computação no pool especificado.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ComputeNode> ListNext (this Microsoft.Azure.Batch.Protocol.IComputeNodeOperations operations, string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeListNextOptions computeNodeListNextOptions = default);
static member ListNext : Microsoft.Azure.Batch.Protocol.IComputeNodeOperations * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeListNextOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ComputeNode>
<Extension()>
Public Function ListNext (operations As IComputeNodeOperations, nextPageLink As String, Optional computeNodeListNextOptions As ComputeNodeListNextOptions = Nothing) As IPage(Of ComputeNode)

Parâmetros

operations
IComputeNodeOperations

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.

computeNodeListNextOptions
ComputeNodeListNextOptions

Parâmetros adicionais para a operação

Retornos

Aplica-se a