Interface ICustomerLicensesAnalyticsCollection
- All Superinterfaces:
IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
CustomerLicensesAnalyticsCollectionOperations
public interface ICustomerLicensesAnalyticsCollection extends IPartnerComponentString
Encapsulates collection of customer level analytics.
-
Method Summary
Modifier and Type Method Description ICustomerLicensesDeploymentInsightsCollectiongetDeployment()Gets the customer level licenses deployment analytics.ICustomerLicensesUsageInsightsCollectiongetUsage()Gets the customer level licenses usage analytics.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
getDeployment
ICustomerLicensesDeploymentInsightsCollection getDeployment()Gets the customer level licenses deployment analytics.- Returns:
- The customer level licenses deployment analytics
-
getUsage
ICustomerLicensesUsageInsightsCollection getUsage()Gets the customer level licenses usage analytics.- Returns:
- The customer level licenses usage analytics.
-