Interface ISubscriptionMonthlyUsageRecordCollection
- All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<SubscriptionMonthlyUsageRecord,ResourceCollection<SubscriptionMonthlyUsageRecord>>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
SubscriptionMonthlyUsageRecordCollectionOperations
public interface ISubscriptionMonthlyUsageRecordCollection extends IPartnerComponentString, IEntireEntityCollectionRetrievalOperations<SubscriptionMonthlyUsageRecord,ResourceCollection<SubscriptionMonthlyUsageRecord>>
Defines the behavior for a subscription's daily usage records.
-
Method Summary
Modifier and Type Method Description ResourceCollection<SubscriptionMonthlyUsageRecord>get()Retrieves the customer's subscription usage records.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
Retrieves the customer's subscription usage records.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<SubscriptionMonthlyUsageRecord,ResourceCollection<SubscriptionMonthlyUsageRecord>>- Returns:
- The customer's subscription usage records.
-