IConfigurationPolicy.PatchAsync(ConfigurationPolicy) 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.
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.