IConfigurationPolicy.PatchAsync(ConfigurationPolicy) Method

Definition

Patches the configuration policy asynchronously.

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.DevicesDeployment.ConfigurationPolicy> PatchAsync (Microsoft.Store.PartnerCenter.Models.DevicesDeployment.ConfigurationPolicy policy);
abstract member PatchAsync : Microsoft.Store.PartnerCenter.Models.DevicesDeployment.ConfigurationPolicy -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.DevicesDeployment.ConfigurationPolicy>
Public Function PatchAsync (policy As ConfigurationPolicy) As Task(Of ConfigurationPolicy)

Parameters

policy
ConfigurationPolicy

policy to be updated.

Returns

Updated configuration policy.

Implements

Applies to