ISubscription.PatchAsync(Subscription) Method

Definition

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.

Implements

Applies to