Freigeben über


ComputeNodeExtensionOperationsExtensions.ListNext Methode

Definition

Listet die Computeknotenerweiterungen im angegebenen Pool auf.

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)

Parameter

operations
IComputeNodeExtensionOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

computeNodeExtensionListNextOptions
ComputeNodeExtensionListNextOptions

Zusätzliche Parameter für den Vorgang

Gibt zurück

Gilt für: