Package version:

Interface OSFamilyProperties

OS family properties.

interface OSFamilyProperties {
    label?: string;
    name?: string;
    versions?: OSVersionPropertiesBase[];
}

Properties

label?: string

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

name?: string

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

List of OS versions belonging to this family. NOTE: This property will not be serialized. It can only be populated by the server.