ScaleSetOsProfileLinuxConfigSshKey

data class ScaleSetOsProfileLinuxConfigSshKey(val keyData: String? = null, val path: String)

Constructors

Link copied to clipboard
constructor(keyData: String? = null, path: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keyData: String? = null

The Public SSH Key which should be written to the path defined above.

Link copied to clipboard

The path of the destination file on the virtual machine