DevicesOperationsExtensions.ListBySubscription Method

Definition

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

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

Parameters

operations
IDevicesOperations

The operations group for this extension method.

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