windowsArchitecture 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.
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. |
arm64 | 16 | Whether or not the Arm64 Windows architecture type is supported. |