DevicesOperationsExtensions.Get(IDevicesOperations, String, String) Method

Definition

Gets the properties of the data box edge/gateway device.

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

Parameters

operations
IDevicesOperations

The operations group for this extension method.

deviceName
String

The device name.

resourceGroupName
String

The resource group name.

Returns

Applies to