VirtualNetworkEncryptionEnforcement Struct
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.
If the encrypted VNet allows VM that does not support encryption. This field is for future support, AllowUnencrypted is the only supported value at general availability.
public readonly struct VirtualNetworkEncryptionEnforcement : IEquatable<Azure.ResourceManager.Network.Models.VirtualNetworkEncryptionEnforcement>
type VirtualNetworkEncryptionEnforcement = struct
Public Structure VirtualNetworkEncryptionEnforcement
Implements IEquatable(Of VirtualNetworkEncryptionEnforcement)
- Inheritance
-
VirtualNetworkEncryptionEnforcement
- Implements
Constructors
VirtualNetworkEncryptionEnforcement(String) |
Initializes a new instance of VirtualNetworkEncryptionEnforcement. |
Properties
AllowUnencrypted |
AllowUnencrypted. |
DropUnencrypted |
DropUnencrypted. |
Methods
Equals(VirtualNetworkEncryptionEnforcement) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(VirtualNetworkEncryptionEnforcement, VirtualNetworkEncryptionEnforcement) |
Determines if two VirtualNetworkEncryptionEnforcement values are the same. |
Implicit(String to VirtualNetworkEncryptionEnforcement) |
Converts a string to a VirtualNetworkEncryptionEnforcement. |
Inequality(VirtualNetworkEncryptionEnforcement, VirtualNetworkEncryptionEnforcement) |
Determines if two VirtualNetworkEncryptionEnforcement values are not the same. |
Applies to
Azure SDK for .NET