Package version:

Interface OsProfileForVmInstance

Defines the resource properties.

interface OsProfileForVmInstance {
    adminPassword?: string;
    computerName?: string;
    osSku?: string;
    osType?: string;
    osVersion?: string;
}

Properties

adminPassword?: string

Admin password of the virtual machine. This value contains a credential. Consider obscuring before showing to users

computerName?: string

Gets or sets computer name.

osSku?: string

Gets os sku. NOTE: This property will not be serialized. It can only be populated by the server.

osType?: string

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

osVersion?: string

Gets os version. NOTE: This property will not be serialized. It can only be populated by the server.