Share via


OrdersOperationsExtensions.ListByDataBoxEdgeDeviceNextAsync Method

Definition

Lists all the orders related to a Data Box Edge/Data Box Gateway device.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBoxEdge.Models.Order>> ListByDataBoxEdgeDeviceNextAsync (this Microsoft.Azure.Management.DataBoxEdge.IOrdersOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByDataBoxEdgeDeviceNextAsync : Microsoft.Azure.Management.DataBoxEdge.IOrdersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBoxEdge.Models.Order>>
<Extension()>
Public Function ListByDataBoxEdgeDeviceNextAsync (operations As IOrdersOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Order))

Parameters

operations
IOrdersOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to