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