EncryptionKekType 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.
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
CustomerManaged | |
MicrosoftManaged |
Methods
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
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 |