Share via


ICustomerUsageRecordCollection.Get Method

Definition

Retrieves all customer usage records.

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

Returns

The customer usage records.

Implements

Applies to