ISubscriptionActivationLinks.GetAsync Method

Definition

Asynchronously retrieves a resource collection of subscription activation links.

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Orders.OrderLineItemActivationLink>> GetAsync ();
abstract member GetAsync : unit -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Orders.OrderLineItemActivationLink>>
Public Function GetAsync () As Task(Of ResourceCollection(Of OrderLineItemActivationLink))

Returns

The resource collection of subscription activation links.

Implements

Applies to