Os Profile For VMInstance Response
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
fun OsProfileForVMInstanceResponse(computerName: String? = null, osSku: String, osType: String, osVersion: String)