CustomerLicensesUsageInsights Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SDK business object model for Insights of license usage at customer level.
public class CustomerLicensesUsageInsights : Microsoft.Store.PartnerCenter.Models.Analytics.CustomerLicensesInsightsBase
type CustomerLicensesUsageInsights = class
inherit CustomerLicensesInsightsBase
Public Class CustomerLicensesUsageInsights
Inherits CustomerLicensesInsightsBase
- Inheritance
Constructors
CustomerLicensesUsageInsights() |
Properties
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
Channel |
Gets or sets the Channel name of service (Example: Reseller, Direct). (Inherited from LicensesInsightsBase) |
CustomerId |
Gets or sets the Customer Id. (Inherited from CustomerLicensesInsightsBase) |
CustomerName |
Gets or sets the Customer Name. (Inherited from CustomerLicensesInsightsBase) |
LicensesActive |
Gets or sets the total active seats as of processed time stamp. |
LicensesQualified |
Gets or sets the total qualified entitlements as of processed time stamp. |
ProcessedDateTime |
Gets or sets the Last Processed date for data. (Inherited from LicensesInsightsBase) |
ProductName |
Gets or sets the product/plan name of the given service. (Example: OFFICE 365 BUSINESS ESSENTIALS). (Inherited from CustomerLicensesInsightsBase) |
ServiceCode |
Gets or sets the Service Code of the License. Example (Office 365 : O365). (Inherited from CustomerLicensesInsightsBase) |
ServiceName |
Gets or sets the Service name (Example : Office, CRM). (Inherited from LicensesInsightsBase) |
UsagePercent |
Gets or sets the usage percent of the given workload. |
WorkloadCode |
Gets or sets the Workload Code. (Example : Exchange - EXO). |
WorkloadName |
Gets or sets the Workload name (Example: Exchange). |