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
Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
patch
Updates a device associated to the customer with a configuration policy.- Specified by:
patchin interfaceIEntityPatchOperations<Device>- Parameters:
updateDevice- The device to be updated.- Returns:
- The device that was updated.
-
delete
void delete()Deletes the device.- Specified by:
deletein interfaceIEntityDeleteOperations<Device>
-