Share via


UsersOperationsExtensions.Get Method

Definition

Gets the properties of the specified user.

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

Parameters

operations
IUsersOperations

The operations group for this extension method.

deviceName
String

The device name.

name
String

The user name.

resourceGroupName
String

The resource group name.

Returns

Applies to