Share via


SphereDeviceGroupResource.ClaimDevicesAsync Method

Definition

Bulk claims the devices. Use '.unassigned' or '.default' for the device group and product names when bulk claiming devices to a catalog only.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureSphere/catalogs/{catalogName}/products/{productName}/deviceGroups/{deviceGroupName}/claimDevices
  • Operation Id: DeviceGroups_ClaimDevices
  • Default Api Version: 2024-04-01
  • Resource: SphereDeviceGroupResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> ClaimDevicesAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Sphere.Models.ClaimSphereDevicesContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ClaimDevicesAsync : Azure.WaitUntil * Azure.ResourceManager.Sphere.Models.ClaimSphereDevicesContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.ClaimDevicesAsync : Azure.WaitUntil * Azure.ResourceManager.Sphere.Models.ClaimSphereDevicesContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
Public Overridable Function ClaimDevicesAsync (waitUntil As WaitUntil, content As ClaimSphereDevicesContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

content
ClaimSphereDevicesContent

Bulk claim devices request body.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to