IDevice.PatchAsync(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.
Asynchronously updates a device with a configuration policy.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.DevicesDeployment.Device> PatchAsync (Microsoft.Store.PartnerCenter.Models.DevicesDeployment.Device updateDevice);
abstract member PatchAsync : Microsoft.Store.PartnerCenter.Models.DevicesDeployment.Device -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.DevicesDeployment.Device>
Public Function PatchAsync (updateDevice As Device) As Task(Of Device)
Parameters
- updateDevice
- Device
Device to be updated.
Returns
The updated device.