AssetStorageEncryptionFormat Struct

Definition

Defines values for 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)
Inheritance
AssetStorageEncryptionFormat
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Fields

MediaStorageClientEncryption

The Asset is encrypted with Media Services client-side encryption.

None

The Asset does not use client-side storage encryption (this is the only allowed value for new Assets).

Methods

Equals(AssetStorageEncryptionFormat)

Compares enums of type AssetStorageEncryptionFormat

Equals(Object)

Overrides Equals operator for AssetStorageEncryptionFormat

GetHashCode()

Returns for hashCode AssetStorageEncryptionFormat

ToString()

Returns string representation for AssetStorageEncryptionFormat

Operators

Equality(AssetStorageEncryptionFormat, AssetStorageEncryptionFormat)

Overriding == operator for enum AssetStorageEncryptionFormat

Implicit(AssetStorageEncryptionFormat to String)

Implicit operator to convert AssetStorageEncryptionFormat to string

Implicit(String to AssetStorageEncryptionFormat)

Implicit operator to convert string to AssetStorageEncryptionFormat

Inequality(AssetStorageEncryptionFormat, AssetStorageEncryptionFormat)

Overriding != operator for enum AssetStorageEncryptionFormat

Applies to