Interface IDevice

All Superinterfaces:
IEntityDeleteOperations<Device>, IEntityPatchOperations<Device>, IPartnerComponent<TripletTuple<String,​String,​String>>
All Known Implementing Classes:
DeviceOperations

public interface IDevice
extends IPartnerComponent<TripletTuple<String,​String,​String>>, IEntityDeleteOperations<Device>, IEntityPatchOperations<Device>
Represents the operations that can be done on the partner's device.
  • Method Summary

    Modifier and Type Method Description
    void delete()
    Deletes the device.
    Device patch​(Device updateDevice)
    Updates a device associated to the customer with a configuration policy.

    Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent

    getContext, getPartner