Compartir a través de


ComputeNodeExtensionOperationsExtensions.ListNextAsync Método

Definición

Enumera las extensiones de nodos de proceso en el grupo especificado.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.NodeVMExtension>> ListNextAsync (this Microsoft.Azure.Batch.Protocol.IComputeNodeExtensionOperations operations, string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeExtensionListNextOptions computeNodeExtensionListNextOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Batch.Protocol.IComputeNodeExtensionOperations * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeExtensionListNextOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.NodeVMExtension>>
<Extension()>
Public Function ListNextAsync (operations As IComputeNodeExtensionOperations, nextPageLink As String, Optional computeNodeExtensionListNextOptions As ComputeNodeExtensionListNextOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of NodeVMExtension))

Parámetros

operations
IComputeNodeExtensionOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

computeNodeExtensionListNextOptions
ComputeNodeExtensionListNextOptions

Parámetros adicionales para la operación

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a