Class UtilizationCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<Tuple<String,String>>
com.microsoft.store.partnercenter.utilization.UtilizationCollectionOperations
- All Implemented Interfaces:
IPartnerComponent<Tuple<String,String>>,IUtilizationCollection
public class UtilizationCollectionOperations extends BasePartnerComponent<Tuple<String,String>> implements IUtilizationCollection
-
Constructor Summary
Constructors Constructor Description UtilizationCollectionOperations(IPartner rootPartnerOperations, String customerId, String subscriptionId)Initializes a new instance of the UtilizationCollectionOperations class. -
Method Summary
Modifier and Type Method Description IAzureUtilizationCollectiongetAzure()Gets the Azure subscription utilization behavior.Methods inherited from class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Constructor Details
-
UtilizationCollectionOperations
public UtilizationCollectionOperations(IPartner rootPartnerOperations, String customerId, String subscriptionId)Initializes a new instance of the UtilizationCollectionOperations class.- Parameters:
rootPartnerOperations- The root partner operations.customerId- The customer identifier.subscriptionId- The subscription identifer.
-
-
Method Details
-
getAzure
Gets the Azure subscription utilization behavior.- Specified by:
getAzurein interfaceIUtilizationCollection- Returns:
- the Azure subscription utilization behavior.
-