Interface IPartnerLicensesAnalyticsCollection
- All Superinterfaces:
IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
PartnerLicensesAnalyticsCollectionOperations
public interface IPartnerLicensesAnalyticsCollection extends IPartnerComponentString
Encapsulates collection of partner level licenses' analytics.
-
Method Summary
Modifier and Type Method Description IPartnerLicensesDeploymentInsightsCollectiongetDeployment()Gets the partner's licenses' deployment analytics.IPartnerLicensesUsageInsightsCollectiongetUsage()Gets the partner's licenses' usage analytics.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
getDeployment
IPartnerLicensesDeploymentInsightsCollection getDeployment()Gets the partner's licenses' deployment analytics.- Returns:
- The partner's licenses' deployment analytics.
-
getUsage
IPartnerLicensesUsageInsightsCollection getUsage()Gets the partner's licenses' usage analytics.- Returns:
- The partner's licenses' usage analytics.
-