OsProfileForVMInstanceResponse

data class OsProfileForVMInstanceResponse(val computerName: String? = null, val osSku: String, val osType: String, val osVersion: String)

Defines the resource properties.

Constructors

Link copied to clipboard
constructor(computerName: String? = null, osSku: String, osType: String, osVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val computerName: String? = null

Gets or sets computer name.

Link copied to clipboard

Gets or sets os sku.

Link copied to clipboard

Gets or sets the type of the os.

Link copied to clipboard

Gets os version.