KekType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |