Share via


SphereDeviceGroupResource.ClaimDevices 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 Azure.ResourceManager.ArmOperation ClaimDevices (Azure.WaitUntil waitUntil, Azure.ResourceManager.Sphere.Models.ClaimSphereDevicesContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ClaimDevices : Azure.WaitUntil * Azure.ResourceManager.Sphere.Models.ClaimSphereDevicesContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.ClaimDevices : Azure.WaitUntil * Azure.ResourceManager.Sphere.Models.ClaimSphereDevicesContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function ClaimDevices (waitUntil As WaitUntil, content As ClaimSphereDevicesContent, Optional cancellationToken As CancellationToken = Nothing) As 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