adminSshKeys

@JvmName(name = "myhxdcwnrcitivfg")
suspend fun adminSshKeys(value: Output<List<LinuxVirtualMachineScaleSetAdminSshKeyArgs>>)
@JvmName(name = "abyyrclulglwtogf")
suspend fun adminSshKeys(value: List<LinuxVirtualMachineScaleSetAdminSshKeyArgs>?)

Parameters

value

One or more admin_ssh_key blocks as defined below.

NOTE: One of either admin_password or admin_ssh_key must be specified.


@JvmName(name = "etqermqmitwxjuio")
suspend fun adminSshKeys(vararg values: Output<LinuxVirtualMachineScaleSetAdminSshKeyArgs>)


@JvmName(name = "wslowuvenwosqldp")
suspend fun adminSshKeys(values: List<Output<LinuxVirtualMachineScaleSetAdminSshKeyArgs>>)
@JvmName(name = "ypyjgavckrbrkpdp")
suspend fun adminSshKeys(vararg values: LinuxVirtualMachineScaleSetAdminSshKeyArgs)

Parameters

values

One or more admin_ssh_key blocks as defined below.

NOTE: One of either admin_password or admin_ssh_key must be specified.


@JvmName(name = "nwddswbypllfwiyx")
suspend fun adminSshKeys(argument: List<suspend LinuxVirtualMachineScaleSetAdminSshKeyArgsBuilder.() -> Unit>)
@JvmName(name = "pvanvethvarcigja")
suspend fun adminSshKeys(vararg argument: suspend LinuxVirtualMachineScaleSetAdminSshKeyArgsBuilder.() -> Unit)
@JvmName(name = "djixftnfmrxheooa")
suspend fun adminSshKeys(argument: suspend LinuxVirtualMachineScaleSetAdminSshKeyArgsBuilder.() -> Unit)

Parameters

argument

One or more admin_ssh_key blocks as defined below.

NOTE: One of either admin_password or admin_ssh_key must be specified.