Partager via


IResourceUsageRecordCollection Interface

Definition

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

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