Share via


ISubscriptionMonthlyUsageRecordCollection.Get Method

Definition

Retrieves the customer's subscription usage records.

public Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Usage.SubscriptionMonthlyUsageRecord> Get ();
abstract member Get : unit -> Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Usage.SubscriptionMonthlyUsageRecord>
Public Function Get () As ResourceCollection(Of SubscriptionMonthlyUsageRecord)

Returns

The customer's subscription usage records.

Implements

Applies to