publicKeys

@JvmName(name = "xqoarxwjrhkefaeq")
suspend fun publicKeys(value: Output<List<LinuxProfilePropertiesPublicKeysArgs>>)
@JvmName(name = "gtaisaxucvjkpgwf")
suspend fun publicKeys(value: List<LinuxProfilePropertiesPublicKeysArgs>?)

Parameters

value

PublicKeys - The list of SSH public keys used to authenticate with Linux-based VMs. Only expect one key specified.


@JvmName(name = "cnkvfupmqacirruu")
suspend fun publicKeys(vararg values: Output<LinuxProfilePropertiesPublicKeysArgs>)


@JvmName(name = "lwpgqgajfwmjicac")
suspend fun publicKeys(values: List<Output<LinuxProfilePropertiesPublicKeysArgs>>)
@JvmName(name = "pipucroogdqctbeu")
suspend fun publicKeys(vararg values: LinuxProfilePropertiesPublicKeysArgs)

Parameters

values

PublicKeys - The list of SSH public keys used to authenticate with Linux-based VMs. Only expect one key specified.


@JvmName(name = "wgrwrstrjsppitor")
suspend fun publicKeys(argument: List<suspend LinuxProfilePropertiesPublicKeysArgsBuilder.() -> Unit>)
@JvmName(name = "fsilgyfsoocuwjbp")
suspend fun publicKeys(vararg argument: suspend LinuxProfilePropertiesPublicKeysArgsBuilder.() -> Unit)
@JvmName(name = "eswsrkblmeumvcra")
suspend fun publicKeys(argument: suspend LinuxProfilePropertiesPublicKeysArgsBuilder.() -> Unit)

Parameters

argument

PublicKeys - The list of SSH public keys used to authenticate with Linux-based VMs. Only expect one key specified.