Share via


EncryptionKekType Struct

Definition

The type of kek encryption key

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

Fields

Name Description
CustomerManaged
MicrosoftManaged

Methods

Name Description
CompleteArgument(String, String, String, CommandAst, IDictionary)

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

Equals(EncryptionKekType)

Compares values of enum type EncryptionKekType

Equals(Object)

Compares values of enum type EncryptionKekType (override for Object)

GetHashCode()

Returns hashCode for enum EncryptionKekType

ToString()

Returns string representation for EncryptionKekType

Operators

Name Description
Equality(EncryptionKekType, EncryptionKekType)

Overriding == operator for enum EncryptionKekType

Implicit(EncryptionKekType to String)

Implicit operator to convert EncryptionKekType to string

Implicit(String to EncryptionKekType)

Implicit operator to convert string to EncryptionKekType

Inequality(EncryptionKekType, EncryptionKekType)

Overriding != operator for enum EncryptionKekType

Applies to