Interface IRateCardCollection
- All Superinterfaces:
IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
RateCardCollectionOperations
public interface IRateCardCollection extends IPartnerComponentString
Holds operations that apply to rate cards.
-
Method Summary
Modifier and Type Method Description IAzureRateCardgetAzure()Gets the Azure rate card operations.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
getAzure
IAzureRateCard getAzure()Gets the Azure rate card operations.- Returns:
- The Azure rate card operations.
-