Share via


OSVersionPropertiesBaseOutput interface

Configuration view of an OS version.

Properties

isActive

Specifies whether this OS version is active.

isDefault

Specifies whether this is the default OS version for its family.

label

The OS version label.

version

The OS version.

Property Details

isActive

Specifies whether this OS version is active.

isActive?: boolean

Property Value

boolean

isDefault

Specifies whether this is the default OS version for its family.

isDefault?: boolean

Property Value

boolean

label

The OS version label.

label?: string

Property Value

string

version

The OS version.

version?: string

Property Value

string