VirtualMachinePropertiesPublicKeysPublicKeysArgs

data class VirtualMachinePropertiesPublicKeysPublicKeysArgs(val keyData: Output<String>? = null, val path: Output<String>? = null) : ConvertibleToJava<VirtualMachinePropertiesPublicKeysPublicKeysArgs>

Constructors

constructor(keyData: Output<String>? = null, path: Output<String>? = null)

Properties

Link copied to clipboard
val keyData: Output<String>? = null

KeyData - SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format.

For creating ssh keys, see Create SSH keys on Linux and Mac for Li nux VMs in Azure.

Link copied to clipboard
val path: Output<String>? = null

Path - Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys

Functions

Link copied to clipboard
open override fun toJava(): VirtualMachinePropertiesPublicKeysPublicKeysArgs