OSVersionPropertiesOutput interface
OS version properties.
Properties
| family | The family of this OS version. |
| family |
The family label of this OS version. |
| is |
Specifies whether this OS version is active. |
| is |
Specifies whether this is the default OS version for its family. |
| label | The OS version label. |
| version | The OS version. |
Property Details
family
The family of this OS version.
family?: string
Property Value
string
familyLabel
The family label of this OS version.
familyLabel?: string
Property Value
string
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