Freigeben über


AssetStorageEncryptionFormat Struktur

Definition

Definiert Werte für AssetStorageEncryptionFormat.

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

Felder

MediaStorageClientEncryption

Das Medienobjekt wird mit der clientseitigen Verschlüsselung von Media Services verschlüsselt.

None

Das Medienobjekt verwendet keine clientseitige Speicherverschlüsselung (dies ist der einzige zulässige Wert für neue Assets).

Methoden

Equals(AssetStorageEncryptionFormat)

Vergleicht Enumerationen vom Typ AssetStorageEncryptionFormat

Equals(Object)

Overrides Equals-Operator für AssetStorageEncryptionFormat

GetHashCode()

Rückgaben für hashCode AssetStorageEncryptionFormat

ToString()

Gibt Zeichenfolgendarstellung für AssetStorageEncryptionFormat zurück.

Operatoren

Equality(AssetStorageEncryptionFormat, AssetStorageEncryptionFormat)

Überschreiben == Operator für enum AssetStorageEncryptionFormat

Implicit(AssetStorageEncryptionFormat to String)

Impliziter Operator zum Konvertieren von AssetStorageEncryptionFormat in eine Zeichenfolge

Implicit(String to AssetStorageEncryptionFormat)

Impliziter Operator zum Konvertieren der Zeichenfolge in AssetStorageEncryptionFormat

Inequality(AssetStorageEncryptionFormat, AssetStorageEncryptionFormat)

Überschreiben des !=-Operators für enum AssetStorageEncryptionFormat

Gilt für: