Virtual Network Encryption Args
    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
                fun VirtualNetworkEncryptionArgs(enabled: Output<Boolean>, enforcement: Output<Either<String, VirtualNetworkEncryptionEnforcement>>? = null)