publicKeys

@JvmName(name = "klssrtbexwxrachy")
suspend fun publicKeys(value: Output<List<ContainerServiceSshPublicKeyArgs>>)
@JvmName(name = "xlrrbmgymfrwpdec")
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 = "isfllptnqtpoetoe")
suspend fun publicKeys(vararg values: Output<ContainerServiceSshPublicKeyArgs>)


@JvmName(name = "xxfgitrwcaejpebf")
suspend fun publicKeys(values: List<Output<ContainerServiceSshPublicKeyArgs>>)
@JvmName(name = "etcyhqpjoitswxnn")
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 = "cvusjidsbusmbufk")
suspend fun publicKeys(argument: List<suspend ContainerServiceSshPublicKeyArgsBuilder.() -> Unit>)
@JvmName(name = "mycredxovhcytaxe")
suspend fun publicKeys(vararg argument: suspend ContainerServiceSshPublicKeyArgsBuilder.() -> Unit)
@JvmName(name = "tmnwoddxpsekflvf")
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.