DeviceOperations Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. devicesdeployment. DeviceOperations
- com.
- com.
Implements
public class DeviceOperations extends BasePartnerComponent<TripletTuple<String,String,String>> implements IDevice
Implements operations that apply to a device.
Constructor Summary
| Constructor | Description |
|---|---|
| DeviceOperations(IPartner rootPartnerOperations, String customerId, String deviceBatchId, String deviceId) |
Initializes a new instance of the Device |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| void |
delete()
Deletes a device associated to the customer. |
| Device |
patch(Device updateDevice)
Updates a device associated to the customer with a configuration policy. |
Inherited Members
Constructor Details
DeviceOperations
public DeviceOperations(IPartner rootPartnerOperations, String customerId, String deviceBatchId, String deviceId)
Initializes a new instance of the DeviceOperations class.
Parameters:
Method Details
delete
public void delete()
Deletes a device associated to the customer.
patch
public Device patch(Device updateDevice)
Updates a device associated to the customer with a configuration policy.
Parameters:
Returns: