OSVersionPropertiesBase interface
Configuration view of an OS version.
Properties
is |
Specifies whether this OS version is active. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Specifies whether this is the default OS version for its family. NOTE: This property will not be serialized. It can only be populated by the server. |
label | The OS version label. NOTE: This property will not be serialized. It can only be populated by the server. |
version | The OS version. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
isActive
Specifies whether this OS version is active. NOTE: This property will not be serialized. It can only be populated by the server.
isActive?: boolean
Property Value
boolean
isDefault
Specifies whether this is the default OS version for its family. NOTE: This property will not be serialized. It can only be populated by the server.
isDefault?: boolean
Property Value
boolean
label
The OS version label. NOTE: This property will not be serialized. It can only be populated by the server.
label?: string
Property Value
string
version
The OS version. NOTE: This property will not be serialized. It can only be populated by the server.
version?: string
Property Value
string