Share via


EncryptionKeySource Struct

Definition

The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault

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

Fields

MicrosoftKeyvault

Methods

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

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

Equals(EncryptionKeySource)

Compares values of enum type EncryptionKeySource

Equals(Object)

Compares values of enum type EncryptionKeySource (override for Object)

GetHashCode()

Returns hashCode for enum EncryptionKeySource

ToString()

Returns string representation for EncryptionKeySource

Operators

Equality(EncryptionKeySource, EncryptionKeySource)

Overriding == operator for enum EncryptionKeySource

Implicit(EncryptionKeySource to String)

Implicit operator to convert EncryptionKeySource to string

Implicit(String to EncryptionKeySource)

Implicit operator to convert string to EncryptionKeySource

Inequality(EncryptionKeySource, EncryptionKeySource)

Overriding != operator for enum EncryptionKeySource

Applies to