PlatformUpdateParameters interface
The properties for updating the platform configuration.
Properties
architecture | The OS architecture. |
os | The operating system type required for the run. |
variant | Variant of the CPU. |
Property Details
architecture
The OS architecture.
architecture?: string
Property Value
string
os
The operating system type required for the run.
os?: string
Property Value
string
variant
Variant of the CPU.
variant?: string
Property Value
string