IDevice.Patch(Device) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates a device associated to the customer with a configuration policy.
public Microsoft.Store.PartnerCenter.Models.DevicesDeployment.Device Patch (Microsoft.Store.PartnerCenter.Models.DevicesDeployment.Device updateDevice);
abstract member Patch : Microsoft.Store.PartnerCenter.Models.DevicesDeployment.Device -> Microsoft.Store.PartnerCenter.Models.DevicesDeployment.Device
Public Function Patch (updateDevice As Device) As Device
Parameters
- updateDevice
- Device
Device to be updated.
Returns
Device that is to be updated.