DoubleEncryptionStatus 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.
Double encryption status as entered by the customer. It is compulsory to give this parameter if the 'Deny' or 'Disabled' policy is configured.
public readonly struct DoubleEncryptionStatus : IEquatable<Azure.ResourceManager.EdgeOrder.Models.DoubleEncryptionStatus>
type DoubleEncryptionStatus = struct
Public Structure DoubleEncryptionStatus
Implements IEquatable(Of DoubleEncryptionStatus)
- Inheritance
-
DoubleEncryptionStatus
- Implements
Constructors
DoubleEncryptionStatus(String) |
Initializes a new instance of DoubleEncryptionStatus. |
Properties
Disabled |
Double encryption is disabled. |
Enabled |
Double encryption is enabled. |
Methods
Equals(DoubleEncryptionStatus) |
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(DoubleEncryptionStatus, DoubleEncryptionStatus) |
Determines if two DoubleEncryptionStatus values are the same. |
Implicit(String to DoubleEncryptionStatus) |
Converts a string to a DoubleEncryptionStatus. |
Inequality(DoubleEncryptionStatus, DoubleEncryptionStatus) |
Determines if two DoubleEncryptionStatus values are not the same. |
Applies to
Azure SDK for .NET