VirtualNetworkEncryptionResponse

data class VirtualNetworkEncryptionResponse(val enabled: Boolean, val enforcement: String? = null)

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: Boolean, enforcement: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates if encryption is enabled on the virtual network.

Link copied to clipboard
val enforcement: String? = null

If the encrypted VNet allows VM that does not support encryption