windowsArchitecture enum type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Contains properties for Windows architecture.
Members
Member | Value | Description |
---|---|---|
none | 0 | No flags set. |
x86 | 1 | Whether or not the X86 Windows architecture type is supported. |
x64 | 2 | Whether or not the X64 Windows architecture type is supported. |
arm | 4 | Whether or not the Arm Windows architecture type is supported. |
neutral | 8 | Whether or not the Neutral Windows architecture type is supported. |