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

AccountEncryptionKeyType 结构

定义

定义 AccountEncryptionKeyType 的值。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.AccountEncryptionKeyTypeConverter))]
public struct AccountEncryptionKeyType : IEquatable<Microsoft.Azure.Management.Media.Models.AccountEncryptionKeyType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.AccountEncryptionKeyTypeConverter))>]
type AccountEncryptionKeyType = struct
Public Structure AccountEncryptionKeyType
Implements IEquatable(Of AccountEncryptionKeyType)
继承
AccountEncryptionKeyType
属性
Newtonsoft.Json.JsonConverterAttribute
实现

字段

CustomerKey

帐户密钥使用客户密钥进行加密。

SystemKey

帐户密钥使用系统密钥进行加密。

方法

Equals(AccountEncryptionKeyType)

比较 AccountEncryptionKeyType 类型的枚举

Equals(Object)

替代 AccountEncryptionKeyType 的 Equals 运算符

GetHashCode()

为 hashCode AccountEncryptionKeyType 返回

ToString()

返回 AccountEncryptionKeyType 的字符串表示形式

运算符

Equality(AccountEncryptionKeyType, AccountEncryptionKeyType)

为 enum AccountEncryptionKeyType 重写 == 运算符

Implicit(AccountEncryptionKeyType to String)

用于将 AccountEncryptionKeyType 转换为字符串的隐式运算符

Implicit(String to AccountEncryptionKeyType)

用于将字符串转换为 AccountEncryptionKeyType 的隐式运算符

Inequality(AccountEncryptionKeyType, AccountEncryptionKeyType)

为 enum AccountEncryptionKeyType 重写 != 运算符

适用于