Package version:

Interface OSFamily

Describes a cloud service OS family.

interface OSFamily {
    id?: string;
    location?: string;
    name?: string;
    properties?: OSFamilyProperties;
    type?: string;
}

Properties

id?: string

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

location?: string

Resource location. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

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

properties?: OSFamilyProperties

OS family properties.

type?: string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.