ArmSphereModelFactory.ClaimSphereDevicesContent Method

Definition

Request to the action call to bulk claim devices.

public static Azure.ResourceManager.Sphere.Models.ClaimSphereDevicesContent ClaimSphereDevicesContent(System.Collections.Generic.IEnumerable<string> deviceIdentifiers = default);
static member ClaimSphereDevicesContent : seq<string> -> Azure.ResourceManager.Sphere.Models.ClaimSphereDevicesContent
Public Shared Function ClaimSphereDevicesContent (Optional deviceIdentifiers As IEnumerable(Of String) = Nothing) As ClaimSphereDevicesContent

Parameters

deviceIdentifiers
IEnumerable<String>

Device identifiers of the devices to be claimed.

Returns

A new ClaimSphereDevicesContent instance for mocking.

Applies to