ISubscriptionDailyUsageRecordCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the behavior for a subscription's daily usage records.
public interface ISubscriptionDailyUsageRecordCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Usage.SubscriptionDailyUsageRecord,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Usage.SubscriptionDailyUsageRecord>>, Microsoft.Store.PartnerCenter.IPartnerComponent<Tuple<string,string>>
type ISubscriptionDailyUsageRecordCollection = interface
interface IPartnerComponent<string * string>
interface IEntireEntityCollectionRetrievalOperations<SubscriptionDailyUsageRecord, ResourceCollection<SubscriptionDailyUsageRecord>>
Public Interface ISubscriptionDailyUsageRecordCollection
Implements IEntireEntityCollectionRetrievalOperations(Of SubscriptionDailyUsageRecord, ResourceCollection(Of SubscriptionDailyUsageRecord)), 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 daily usage records. |
GetAsync() |
Asynchronously retrieves the subscription's daily usage records. |