userExperienceAnalyticsMachineType 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 if machine is physical or virtual. Possible values are: physical or virtual

Members

Member Value Description
unknown 0 Indicates that the type is unknown.
physical 1 Indicates that the Machine is physical.
virtual 2 Indicates that the machine is virtual.
unknownFutureValue 3 Evolvable enumeration sentinel value. Do not use.