Compartir a través de


RolesOperationsExtensions.ListByDataBoxEdgeDeviceNext Método

Definición

Enumera todos los roles configurados en un dispositivo perimetral o de puerta de enlace de data box.

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

Parámetros

operations
IRolesOperations

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