ApplicationOperationsExtensions.ListNextAsync Method

Definition

Lists all of the applications available in the specified Account.

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

Parameters

operations
IApplicationOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

applicationListNextOptions
ApplicationListNextOptions

Additional parameters for the operation

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API.

Applies to