AccountEncryptionKeyType Struct

Definition

Defines values for AccountEncryptionKeyType.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.AccountEncryptionKeyTypeConverter))]
public struct AccountEncryptionKeyType : IEquatable<Microsoft.Azure.Management.Media.Models.AccountEncryptionKeyType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.AccountEncryptionKeyTypeConverter))>]
type AccountEncryptionKeyType = struct
Public Structure AccountEncryptionKeyType
Implements IEquatable(Of AccountEncryptionKeyType)
Inheritance
AccountEncryptionKeyType
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Fields

CustomerKey

The Account Key is encrypted with a Customer Key.

SystemKey

The Account Key is encrypted with a System Key.

Methods

Equals(AccountEncryptionKeyType)

Compares enums of type AccountEncryptionKeyType

Equals(Object)

Overrides Equals operator for AccountEncryptionKeyType

GetHashCode()

Returns for hashCode AccountEncryptionKeyType

ToString()

Returns string representation for AccountEncryptionKeyType

Operators

Equality(AccountEncryptionKeyType, AccountEncryptionKeyType)

Overriding == operator for enum AccountEncryptionKeyType

Implicit(AccountEncryptionKeyType to String)

Implicit operator to convert AccountEncryptionKeyType to string

Implicit(String to AccountEncryptionKeyType)

Implicit operator to convert string to AccountEncryptionKeyType

Inequality(AccountEncryptionKeyType, AccountEncryptionKeyType)

Overriding != operator for enum AccountEncryptionKeyType

Applies to