ISubscription.Patch(Subscription) 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 subscription.
public Microsoft.Store.PartnerCenter.Models.Subscriptions.Subscription Patch (Microsoft.Store.PartnerCenter.Models.Subscriptions.Subscription subscription);
abstract member Patch : Microsoft.Store.PartnerCenter.Models.Subscriptions.Subscription -> Microsoft.Store.PartnerCenter.Models.Subscriptions.Subscription
Public Function Patch (subscription As Subscription) As Subscription
Parameters
- subscription
- Subscription
A subscription that has the properties to be patched set.
Returns
The updated subscription.