VirtualNetworkEncryptionArgs

data class VirtualNetworkEncryptionArgs(val enabled: Output<Boolean>, val enforcement: Output<Either<String, VirtualNetworkEncryptionEnforcement>>? = null) : ConvertibleToJava<VirtualNetworkEncryptionArgs>

Indicates if encryption is enabled on virtual network and if VM without encryption is allowed in encrypted VNet.

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>, enforcement: Output<Either<String, VirtualNetworkEncryptionEnforcement>>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>

Indicates if encryption is enabled on the virtual network.

Link copied to clipboard

If the encrypted VNet allows VM that does not support encryption

Functions

Link copied to clipboard
open override fun toJava(): VirtualNetworkEncryptionArgs