Compartir a través de


OrdersOperationsExtensions.ListByDataBoxEdgeDeviceNext Método

Definición

Enumera todos los pedidos relacionados con un dispositivo Data Box Edge/Data Box Gateway.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBoxEdge.Models.Order> ListByDataBoxEdgeDeviceNext (this Microsoft.Azure.Management.DataBoxEdge.IOrdersOperations operations, string nextPageLink);
static member ListByDataBoxEdgeDeviceNext : Microsoft.Azure.Management.DataBoxEdge.IOrdersOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBoxEdge.Models.Order>
<Extension()>
Public Function ListByDataBoxEdgeDeviceNext (operations As IOrdersOperations, nextPageLink As String) As IPage(Of Order)

Parámetros

operations
IOrdersOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a