Device Class

Definition

Represents a device associated with a customer.

public sealed class Device : Microsoft.Store.PartnerCenter.Models.ResourceBase
type Device = class
    inherit ResourceBase
Public NotInheritable Class Device
Inherits ResourceBase
Inheritance

Constructors

Device()

Properties

AllowedOperations

Gets or sets the list of HTTP methods allowed on a device as GET, PATCH, DELETE.

Attributes

Gets the attributes.

(Inherited from ResourceBase)
HardwareHash

Gets or sets the hardware hash associated with a device.

Id

Gets or sets the device unique identifier.

ModelName

Gets or sets the device model name associated with the device.

OemManufacturerName

Gets or sets the OEM manufacturer name.

Policies

Gets or sets the list of policies assigned to a device.

ProductKey

Gets or sets the product key uniquely associated with a device.

SerialNumber

Gets or sets the serial number associated with a device.

UploadedDate

Gets or sets the UTC date the device was uploaded.

Applies to