OSFamilyProperties interface
OS family properties.
Properties
label | The OS family label. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The OS family name. NOTE: This property will not be serialized. It can only be populated by the server. |
versions | List of OS versions belonging to this family. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
label
The OS family label. NOTE: This property will not be serialized. It can only be populated by the server.
label?: string
Property Value
string
name
The OS family name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
versions
List of OS versions belonging to this family. NOTE: This property will not be serialized. It can only be populated by the server.
versions?: OSVersionPropertiesBase[]