ClaimDevicesRequest Class

Definition

Request to the action call to bulk claim devices.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ClaimDevicesRequestTypeConverter))]
public class ClaimDevicesRequest : Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IClaimDevicesRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ClaimDevicesRequestTypeConverter))>]
type ClaimDevicesRequest = class
    interface IClaimDevicesRequest
    interface IJsonSerializable
Public Class ClaimDevicesRequest
Implements IClaimDevicesRequest
Inheritance
ClaimDevicesRequest
Attributes
Implements

Constructors

Name Description
ClaimDevicesRequest()

Creates an new ClaimDevicesRequest instance.

Properties

Name Description
DeviceIdentifier

Device identifiers of the devices to be claimed.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClaimDevicesRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClaimDevicesRequest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IClaimDevicesRequest.

FromJsonString(String)

Creates a new instance of ClaimDevicesRequest, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClaimDevicesRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to