Share via


IDevice.PatchAsync(Device) Method

Definition

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.

Implements

Applies to