IUsageRecordByResourceCollection Interface

Definition

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

public interface IUsageRecordByResourceCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Usage.ResourceUsageRecord,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Usage.ResourceUsageRecord>>, Microsoft.Store.PartnerCenter.IPartnerComponent<Tuple<string,string>>
type IUsageRecordByResourceCollection = interface
    interface IPartnerComponent<string * string>
    interface IEntireEntityCollectionRetrievalOperations<ResourceUsageRecord, ResourceCollection<ResourceUsageRecord>>
Public Interface IUsageRecordByResourceCollection
Implements IEntireEntityCollectionRetrievalOperations(Of ResourceUsageRecord, ResourceCollection(Of ResourceUsageRecord)), 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 resource usage records.

GetAsync()

Asynchronously retrieves the subscription's resource usage records.

Applies to