Share via


VirtualNetworkEncryptionEnforcement Struct

Definition

If the encrypted VNet allows VM that does not support encryption.

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