IConfigurationPolicy.Patch(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.
public Microsoft.Store.PartnerCenter.Models.DevicesDeployment.ConfigurationPolicy Patch (Microsoft.Store.PartnerCenter.Models.DevicesDeployment.ConfigurationPolicy policy);
abstract member Patch : Microsoft.Store.PartnerCenter.Models.DevicesDeployment.ConfigurationPolicy -> Microsoft.Store.PartnerCenter.Models.DevicesDeployment.ConfigurationPolicy
Public Function Patch (policy As ConfigurationPolicy) As ConfigurationPolicy
Parameters
- policy
- ConfigurationPolicy
policy to be updated.
Returns
Updated configuration policy.