Compartir a través de


SharesOperationsExtensions.ListByDataBoxEdgeDeviceNext Método

Definición

Enumera todos los recursos compartidos de un dispositivo perimetral o de puerta de enlace de data box.

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

Parámetros

operations
ISharesOperations

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