OsProfileResponse

data class OsProfileResponse(val computerName: String? = null, val osType: String? = null, val sshPublicKey: String? = null, val version: String? = null)

Specifies the operating system settings for the Azure Large Instance.

Constructors

Link copied to clipboard
constructor(computerName: String? = null, osType: String? = null, sshPublicKey: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val computerName: String? = null

Specifies the host OS name of the Azure Large Instance.

Link copied to clipboard
val osType: String? = null

This property allows you to specify the type of the OS.

Link copied to clipboard
val sshPublicKey: String? = null

Specifies the SSH public key used to access the operating system.

Link copied to clipboard
val version: String? = null

Specifies version of operating system.