Share via


ISubscriptionMonthlyUsageRecordCollection Interface

Definition

Defines the behavior for a customer's subscription usage records.

public interface ISubscriptionMonthlyUsageRecordCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Usage.SubscriptionMonthlyUsageRecord,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Usage.SubscriptionMonthlyUsageRecord>>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type ISubscriptionMonthlyUsageRecordCollection = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntireEntityCollectionRetrievalOperations<SubscriptionMonthlyUsageRecord, ResourceCollection<SubscriptionMonthlyUsageRecord>>
Public Interface ISubscriptionMonthlyUsageRecordCollection
Implements IEntireEntityCollectionRetrievalOperations(Of SubscriptionMonthlyUsageRecord, ResourceCollection(Of SubscriptionMonthlyUsageRecord)), IPartnerComponent, IPartnerComponent(Of String)
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Partner

Gets a reference to the partner operations instance that generated this component.

(Inherited from IPartnerComponent<TContext>)

Methods

Get()

Retrieves the customer's subscription usage records.

GetAsync()

Asynchronously retrieves the customer's subscription usage records.

Applies to