Share via


HardwareEncryption Struct

Definition

Defines Hardware level encryption (Only for disk)

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.HardwareEncryptionTypeConverter))]
public struct HardwareEncryption : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.HardwareEncryption>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.HardwareEncryptionTypeConverter))>]
type HardwareEncryption = struct
    interface IArgumentCompleter
Public Structure HardwareEncryption
Implements IArgumentCompleter, IEquatable(Of HardwareEncryption)
Inheritance
HardwareEncryption
Attributes
Implements

Fields

Disabled

Hardware-based encryption is enabled.

Enabled

Hardware-based encryption is enabled.

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(HardwareEncryption)

Compares values of enum type HardwareEncryption

Equals(Object)

Compares values of enum type HardwareEncryption (override for Object)

GetHashCode()

Returns hashCode for enum HardwareEncryption

ToString()

Returns string representation for HardwareEncryption

Operators

Equality(HardwareEncryption, HardwareEncryption)

Overriding == operator for enum HardwareEncryption

Implicit(HardwareEncryption to String)

Implicit operator to convert HardwareEncryption to string

Implicit(String to HardwareEncryption)

Implicit operator to convert string to HardwareEncryption

Inequality(HardwareEncryption, HardwareEncryption)

Overriding != operator for enum HardwareEncryption

Applies to