IUsageRecordByMeterCollection Interface

Definition

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

public interface IUsageRecordByMeterCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Usage.MeterUsageRecord,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Usage.MeterUsageRecord>>, Microsoft.Store.PartnerCenter.IPartnerComponent<Tuple<string,string>>
type IUsageRecordByMeterCollection = interface
    interface IPartnerComponent<string * string>
    interface IEntireEntityCollectionRetrievalOperations<MeterUsageRecord, ResourceCollection<MeterUsageRecord>>
Public Interface IUsageRecordByMeterCollection
Implements IEntireEntityCollectionRetrievalOperations(Of MeterUsageRecord, ResourceCollection(Of MeterUsageRecord)), IPartnerComponent(Of Tuple(Of String, 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 subscription's meter usage records.

GetAsync()

Asynchronously retrieves the subscription's meter usage records.

Applies to