diskEncryptions

@JvmName(name = "tqptlkscpxeksrva")
suspend fun diskEncryptions(value: Output<List<PoolDiskEncryptionArgs>>)
@JvmName(name = "dbyryssoqtuixvdf")
suspend fun diskEncryptions(value: List<PoolDiskEncryptionArgs>?)

Parameters

value

A disk_encryption block, as defined below, describes the disk encryption configuration applied on compute nodes in the pool. Disk encryption configuration is not supported on Linux pool created with Virtual Machine Image or Shared Image Gallery Image.


@JvmName(name = "oreipgshriussfqe")
suspend fun diskEncryptions(vararg values: Output<PoolDiskEncryptionArgs>)


@JvmName(name = "poxceuhbmgoocmjc")
suspend fun diskEncryptions(values: List<Output<PoolDiskEncryptionArgs>>)
@JvmName(name = "mroffiagdihlnjpw")
suspend fun diskEncryptions(vararg values: PoolDiskEncryptionArgs)

Parameters

values

A disk_encryption block, as defined below, describes the disk encryption configuration applied on compute nodes in the pool. Disk encryption configuration is not supported on Linux pool created with Virtual Machine Image or Shared Image Gallery Image.


@JvmName(name = "jlckwxolmlyegoba")
suspend fun diskEncryptions(argument: List<suspend PoolDiskEncryptionArgsBuilder.() -> Unit>)
@JvmName(name = "uykhgajqjhpndgmt")
suspend fun diskEncryptions(vararg argument: suspend PoolDiskEncryptionArgsBuilder.() -> Unit)
@JvmName(name = "emcbrliiacqudaax")
suspend fun diskEncryptions(argument: suspend PoolDiskEncryptionArgsBuilder.() -> Unit)

Parameters

argument

A disk_encryption block, as defined below, describes the disk encryption configuration applied on compute nodes in the pool. Disk encryption configuration is not supported on Linux pool created with Virtual Machine Image or Shared Image Gallery Image.