Interface ISubscriptionUsageRecordCollection
- All Superinterfaces:
IPartnerComponent<Tuple<String,String>>
- All Known Implementing Classes:
SubscriptionUsageRecordCollectionOperations
public interface ISubscriptionUsageRecordCollection extends IPartnerComponent<Tuple<String,String>>
Represents the operations for a customer's subscription usage records.
-
Method Summary
Modifier and Type Method Description IUsageRecordByMeterCollectionbyMeter()Gets the subscription usage records grouped by meter.IUsageRecordByResourceCollectionbyResource()Gets the subscription usage records grouped by resource.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
byMeter
IUsageRecordByMeterCollection byMeter()Gets the subscription usage records grouped by meter.- Returns:
- The subscription usage records grouped by meter.
-
byResource
IUsageRecordByResourceCollection byResource()Gets the subscription usage records grouped by resource.- Returns:
- Gets the subscription usage records grouped by resource.
-