Compartir a través de


UsersOperationsExtensions.ListByDataBoxEdgeDeviceNextAsync Método

Definición

Obtiene todos los usuarios registrados en un dispositivo perimetral o puerta de enlace de data box.

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

Parámetros

operations
IUsersOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a