Package version:

The properties for updating the platform configuration.

interface PlatformUpdateParameters {
    architecture?: string;
    os?: string;
    variant?: string;
}

Properties

architecture?: string

The OS architecture.

os?: string

The operating system type required for the run.

variant?: string

Variant of the CPU.