DevicesOperationsExtensions.ListByResourceGroup Method

Definition

Gets all the data box edge/gateway devices in a resource group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EdgeGateway.Models.DataBoxEdgeDevice> ListByResourceGroup (this Microsoft.Azure.Management.EdgeGateway.IDevicesOperations operations, string resourceGroupName, string expand = default);
static member ListByResourceGroup : Microsoft.Azure.Management.EdgeGateway.IDevicesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EdgeGateway.Models.DataBoxEdgeDevice>
<Extension()>
Public Function ListByResourceGroup (operations As IDevicesOperations, resourceGroupName As String, Optional expand As String = Nothing) As IPage(Of DataBoxEdgeDevice)

Parameters

operations
IDevicesOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name.

expand
String

Specify $expand=details to populate additional fields related to the resource or Specify $skipToken=<token> to populate the next page in the list.

Returns

Applies to