ClaimSphereDevicesContent Class
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 class ClaimSphereDevicesContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sphere.Models.ClaimSphereDevicesContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sphere.Models.ClaimSphereDevicesContent>
public class ClaimSphereDevicesContent
type ClaimSphereDevicesContent = class
interface IJsonModel<ClaimSphereDevicesContent>
interface IPersistableModel<ClaimSphereDevicesContent>
type ClaimSphereDevicesContent = class
Public Class ClaimSphereDevicesContent
Implements IJsonModel(Of ClaimSphereDevicesContent), IPersistableModel(Of ClaimSphereDevicesContent)
Public Class ClaimSphereDevicesContent
- Inheritance
-
ClaimSphereDevicesContent
- Implements
Constructors
ClaimSphereDevicesContent(IEnumerable<String>) |
Initializes a new instance of ClaimSphereDevicesContent. |
Properties
DeviceIdentifiers |
Device identifiers of the devices to be claimed. |
Explicit Interface Implementations
IJsonModel<ClaimSphereDevicesContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ClaimSphereDevicesContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ClaimSphereDevicesContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ClaimSphereDevicesContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ClaimSphereDevicesContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET