VirtualNetworkEncryption interface
Indicates if encryption is enabled on virtual network and if VM without encryption is allowed in encrypted VNet.
Properties
| enabled | Indicates if encryption is enabled on the virtual network. |
| enforcement | If the encrypted VNet allows VM that does not support encryption |
Property Details
enabled
Indicates if encryption is enabled on the virtual network.
enabled: boolean
Property Value
boolean
enforcement
If the encrypted VNet allows VM that does not support encryption
enforcement?: "DropUnencrypted" | "AllowUnencrypted"
Property Value
"DropUnencrypted" | "AllowUnencrypted"