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