PlatformUpdateParameters Class

Definition

The properties for updating the platform configuration.

public class PlatformUpdateParameters
type PlatformUpdateParameters = class
Public Class PlatformUpdateParameters
Inheritance
PlatformUpdateParameters

Constructors

PlatformUpdateParameters()

Initializes a new instance of the PlatformUpdateParameters class.

PlatformUpdateParameters(String, String, String)

Initializes a new instance of the PlatformUpdateParameters class.

Properties

Architecture

Gets or sets the OS architecture. Possible values include: 'amd64', 'x86', 'arm'

Os

Gets or sets the operating system type required for the run. Possible values include: 'Windows', 'Linux'

Variant

Gets or sets variant of the CPU. Possible values include: 'v6', 'v7', 'v8'

Applies to