Share via


ISubscriptionMonthlyUsageRecordCollection.GetAsync Method

Definition

Asynchronously retrieves the customer's subscription usage records.

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

Returns

The customer's subscription usage records.

Implements

Applies to