VirtualNetworkEncryption Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates if encryption is enabled on virtual network and if VM without encryption is allowed in encrypted VNet.
public class VirtualNetworkEncryption
type VirtualNetworkEncryption = class
Public Class VirtualNetworkEncryption
- Inheritance
-
VirtualNetworkEncryption
Constructors
VirtualNetworkEncryption() |
Initializes a new instance of the VirtualNetworkEncryption class. |
VirtualNetworkEncryption(Boolean, String) |
Initializes a new instance of the VirtualNetworkEncryption class. |
Properties
Enabled |
Gets or sets indicates if encryption is enabled on the virtual network. |
Enforcement |
Gets or sets if the encrypted VNet allows VM that does not support encryption. Possible values include: 'DropUnencrypted', 'AllowUnencrypted' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET