Freigeben über


ApplicationOperationsExtensions.ListNext Methode

Definition

Listet alle Anwendungen im angegebenen Konto auf.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Application> ListNext (this Microsoft.Azure.Management.Batch.IApplicationOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Batch.IApplicationOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Application>
<Extension()>
Public Function ListNext (operations As IApplicationOperations, nextPageLink As String) As IPage(Of Application)

Parameter

operations
IApplicationOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

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

Gibt zurück

Gilt für: