Package version:

Interface OSVersion

Describes a cloud service OS version.

interface OSVersion {
    id?: string;
    location?: string;
    name?: string;
    properties?: OSVersionProperties;
    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?: OSVersionProperties

OS version properties.

type?: string

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