Freigeben über


AccountEncryptionKeyType Struktur

Definition

Definiert Werte für AccountEncryptionKeyType.

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

Felder

CustomerKey

Der Kontoschlüssel wird mit einem Kundenschlüssel verschlüsselt.

SystemKey

Der Kontoschlüssel wird mit einem Systemschlüssel verschlüsselt.

Methoden

Equals(AccountEncryptionKeyType)

Vergleicht Enumerationen vom Typ AccountEncryptionKeyType

Equals(Object)

Overrides Equals-Operator für AccountEncryptionKeyType

GetHashCode()

Gibt für hashCode AccountEncryptionKeyType zurück.

ToString()

Gibt Zeichenfolgendarstellung für AccountEncryptionKeyType zurück

Operatoren

Equality(AccountEncryptionKeyType, AccountEncryptionKeyType)

Überschreiben des Operators == für enum AccountEncryptionKeyType

Implicit(AccountEncryptionKeyType to String)

Impliziter Operator zum Konvertieren von AccountEncryptionKeyType in Zeichenfolge

Implicit(String to AccountEncryptionKeyType)

Impliziter Operator zum Konvertieren der Zeichenfolge in AccountEncryptionKeyType

Inequality(AccountEncryptionKeyType, AccountEncryptionKeyType)

Überschreiben des !=-Operators für die Enumeration AccountEncryptionKeyType

Gilt für: