Share via


UsersOperationsExtensions.ListByDataBoxEdgeDevice Method

Definition

Gets all the users registered on a data box edge/gateway device.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EdgeGateway.Models.User> ListByDataBoxEdgeDevice (this Microsoft.Azure.Management.EdgeGateway.IUsersOperations operations, string deviceName, string resourceGroupName);
static member ListByDataBoxEdgeDevice : Microsoft.Azure.Management.EdgeGateway.IUsersOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EdgeGateway.Models.User>
<Extension()>
Public Function ListByDataBoxEdgeDevice (operations As IUsersOperations, deviceName As String, resourceGroupName As String) As IPage(Of User)

Parameters

operations
IUsersOperations

The operations group for this extension method.

deviceName
String

The device name.

resourceGroupName
String

The resource group name.

Returns

Applies to