Package version:

Interface OSVersionProperties

OS version properties.

interface OSVersionProperties {
    family?: string;
    familyLabel?: string;
    isActive?: boolean;
    isDefault?: boolean;
    label?: string;
    version?: string;
}

Properties

family?: string

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

familyLabel?: string

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

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.