ApplicationOperationsExtensions.ListNext Método

Definição

Lista todas as aplicações na conta especificada.

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)

Parâmetros

operations
IApplicationOperations

O grupo de operações para este método de extensão.

nextPageLink
String

A NextLink da chamada com êxito anterior para a operação Lista.

Devoluções

Aplica-se a