Compartir a través de


ComputeNodeExtensionOperationsExtensions.ListNext Método

Definición

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.NodeVMExtension> ListNext (this Microsoft.Azure.Batch.Protocol.IComputeNodeExtensionOperations operations, string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeExtensionListNextOptions computeNodeExtensionListNextOptions = default);
static member ListNext : Microsoft.Azure.Batch.Protocol.IComputeNodeExtensionOperations * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeExtensionListNextOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.NodeVMExtension>
<Extension()>
Public Function ListNext (operations As IComputeNodeExtensionOperations, nextPageLink As String, Optional computeNodeExtensionListNextOptions As ComputeNodeExtensionListNextOptions = Nothing) As 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

Devoluciones

Se aplica a