你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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