UsageRecordByResourceCollectionOperations Class

Implements

public class UsageRecordByResourceCollectionOperations extends BasePartnerComponent<Tuple<String,String>> implements IUsageRecordByResourceCollection

Implements operations related to a single subscription's meter usage records.

Constructor Summary

Constructor Description
UsageRecordByResourceCollectionOperations(IPartner rootPartnerOperations, String customerId, String subscriptionId)

Initializes a new instance of the UsageRecordByResourceCollectionOperations class.

Method Summary

Modifier and Type Method and Description
ResourceCollection<ResourceUsageRecord> get()

Gets the subscription's resource usage records.

Inherited Members

BasePartnerComponent<TContext>.getContext() BasePartnerComponent<TContext>.getPartner() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

UsageRecordByResourceCollectionOperations

public UsageRecordByResourceCollectionOperations(IPartner rootPartnerOperations, String customerId, String subscriptionId)

Initializes a new instance of the UsageRecordByResourceCollectionOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
customerId - The customer identifier.
subscriptionId - The subscription identifier.

Method Details

get

public ResourceCollection get()

Gets the subscription's resource usage records.

Returns:

The subscription's resource usage records.

Applies to