ArmSphereModelFactory.ClaimSphereDevicesContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.