SphereDeviceCollection.GetAll(CancellationToken) Method

Definition

List Device resources by DeviceGroup. '.default' and '.unassigned' are system defined values and cannot be used for product or device group name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureSphere/catalogs/{catalogName}/products/{productName}/deviceGroups/{deviceGroupName}/devices
  • Operation Id: Devices_ListByDeviceGroup
  • Default Api Version: 2024-04-01
  • Resource: SphereDeviceResource
public virtual Azure.Pageable<Azure.ResourceManager.Sphere.SphereDeviceResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sphere.SphereDeviceResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sphere.SphereDeviceResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SphereDeviceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to