Share via


DataBoxEdgeDeviceCollection.GetAll(String, CancellationToken) Method

Definition

Gets all the Data Box Edge/Data Box Gateway devices in a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices
  • Operation Id: Devices_ListByResourceGroup
public virtual Azure.Pageable<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeDeviceResource> GetAll (string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeDeviceResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeDeviceResource>
Public Overridable Function GetAll (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DataBoxEdgeDeviceResource)

Parameters

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.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of DataBoxEdgeDeviceResource that may take multiple service requests to iterate over.

Applies to