Class RateCardCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.ratecards.RateCardCollectionOperations
- All Implemented Interfaces:
IPartnerComponent<String>,IPartnerComponentString,IRateCardCollection
public class RateCardCollectionOperations extends BasePartnerComponentString implements IRateCardCollection
-
Constructor Summary
Constructors Constructor Description RateCardCollectionOperations(IPartner rootPartnerOperations)Initializes a new instance of the RateCardCollectionOperationsclass. -
Method Summary
Modifier and Type Method Description IAzureRateCardgetAzure()Gets the Azure rate card operations.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
-
RateCardCollectionOperations
Initializes a new instance of the RateCardCollectionOperationsclass.- Parameters:
rootPartnerOperations- The root partner operations instance.
-
-
Method Details
-
getAzure
Gets the Azure rate card operations.- Specified by:
getAzurein interfaceIRateCardCollection- Returns:
- The Azure rate card operations.
-