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

KekType Struct

Definition

Type of encryption key used for key encryption.

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

Fields

CustomerManaged

Key encryption key is managed by the Customer.

MicrosoftManaged

Key encryption key is managed by Microsoft.

Methods

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

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

Equals(KekType)

Compares values of enum type KekType

Equals(Object)

Compares values of enum type KekType (override for Object)

GetHashCode()

Returns hashCode for enum KekType

ToString()

Returns string representation for KekType

Operators

Equality(KekType, KekType)

Overriding == operator for enum KekType

Implicit(KekType to String)

Implicit operator to convert KekType to string

Implicit(String to KekType)

Implicit operator to convert string to KekType

Inequality(KekType, KekType)

Overriding != operator for enum KekType

Applies to