publicKeys

@JvmName(name = "aklgssahqessiqge")
suspend fun publicKeys(value: Output<List<ContainerServiceSshPublicKeyArgs>>)
@JvmName(name = "gedvuwfwgihgqgdd")
suspend fun publicKeys(value: List<ContainerServiceSshPublicKeyArgs>)

Parameters

value

The list of SSH public keys used to authenticate with Linux-based VMs. A maximum of 1 key may be specified.


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


@JvmName(name = "hfxwgytelkbnkgkg")
suspend fun publicKeys(values: List<Output<ContainerServiceSshPublicKeyArgs>>)
@JvmName(name = "xkjpblqhmuxeiriv")
suspend fun publicKeys(vararg values: ContainerServiceSshPublicKeyArgs)

Parameters

values

The list of SSH public keys used to authenticate with Linux-based VMs. A maximum of 1 key may be specified.


@JvmName(name = "hucsytyksetalnht")
suspend fun publicKeys(argument: List<suspend ContainerServiceSshPublicKeyArgsBuilder.() -> Unit>)
@JvmName(name = "pqxgemmonuehxpjm")
suspend fun publicKeys(vararg argument: suspend ContainerServiceSshPublicKeyArgsBuilder.() -> Unit)
@JvmName(name = "cbmnrvafmgjoscwb")
suspend fun publicKeys(argument: suspend ContainerServiceSshPublicKeyArgsBuilder.() -> Unit)

Parameters

argument

The list of SSH public keys used to authenticate with Linux-based VMs. A maximum of 1 key may be specified.