userExperienceAnalyticsSummarizedBy enum type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Indicates type of summarization. Possible values are: None, Model, AllRegressions, ModelRegression, ManufacturerRegression, OperatingSystemVersionRegression.
Members
Member | Value | Description |
---|---|---|
none | 0 | Indicates that the summarization is none. |
model | 1 | Indicates that the summarization is by model. |
allRegressions | 3 | Indicates that the summarization is by all regressions. |
modelRegression | 4 | Indicates that the summarization is by model regression. |
manufacturerRegression | 5 | Indicates that the summarization is by manufacturer regression. |
operatingSystemVersionRegression | 6 | Indicates that the summarization is by operating system version regression. |
unknownFutureValue | 7 | Evolvable enumeration sentinel value. Do not use. |