Package version:

Interface OSVersionPropertiesBase

Configuration view of an OS version.

interface OSVersionPropertiesBase {
    isActive?: boolean;
    isDefault?: boolean;
    label?: string;
    version?: string;
}

Properties

isActive?: boolean

Specifies whether this OS version is active. NOTE: This property will not be serialized. It can only be populated by the server.

isDefault?: boolean

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?: string

The OS version label. NOTE: This property will not be serialized. It can only be populated by the server.

version?: string

The OS version. NOTE: This property will not be serialized. It can only be populated by the server.