Compartir a través de


OrdersOperationsExtensions.ListByDataBoxEdgeDeviceNext Método

Definición

Enumera todos los pedidos relacionados con un dispositivo perimetral o de puerta de enlace de data box.

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

Parámetros

operations
IOrdersOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

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

Devoluciones

Se aplica a