Megosztás a következőn keresztül:


MediaAssetStorageEncryptionFormat Struct

Definition

The Asset encryption format. One of None or MediaStorageEncryption.

public readonly struct MediaAssetStorageEncryptionFormat : IEquatable<Azure.ResourceManager.Media.Models.MediaAssetStorageEncryptionFormat>
type MediaAssetStorageEncryptionFormat = struct
Public Structure MediaAssetStorageEncryptionFormat
Implements IEquatable(Of MediaAssetStorageEncryptionFormat)
Inheritance
MediaAssetStorageEncryptionFormat
Implements

Constructors

MediaAssetStorageEncryptionFormat(String)

Initializes a new instance of MediaAssetStorageEncryptionFormat.

Properties

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(MediaAssetStorageEncryptionFormat)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(MediaAssetStorageEncryptionFormat, MediaAssetStorageEncryptionFormat)

Determines if two MediaAssetStorageEncryptionFormat values are the same.

Implicit(String to MediaAssetStorageEncryptionFormat)

Converts a string to a MediaAssetStorageEncryptionFormat.

Inequality(MediaAssetStorageEncryptionFormat, MediaAssetStorageEncryptionFormat)

Determines if two MediaAssetStorageEncryptionFormat values are not the same.

Applies to