共用方式為


ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier Class

Definition

Specifies that the content key ID is specified in the PlayReady configuration.

public class ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier : Azure.ResourceManager.Media.Models.ContentKeyPolicyPlayReadyContentKeyLocation, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.Models.ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.Models.ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier>
public class ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier : Azure.ResourceManager.Media.Models.ContentKeyPolicyPlayReadyContentKeyLocation
type ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier = class
    inherit ContentKeyPolicyPlayReadyContentKeyLocation
    interface IJsonModel<ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier>
    interface IPersistableModel<ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier>
type ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier = class
    inherit ContentKeyPolicyPlayReadyContentKeyLocation
Public Class ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier
Inherits ContentKeyPolicyPlayReadyContentKeyLocation
Implements IJsonModel(Of ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier), IPersistableModel(Of ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier)
Public Class ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier
Inherits ContentKeyPolicyPlayReadyContentKeyLocation
Inheritance
ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier
Implements

Constructors

ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier(Nullable<Guid>)

Initializes a new instance of ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier.

Properties

KeyId

The content key ID.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ContentKeyPolicyPlayReadyContentKeyLocation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ContentKeyPolicyPlayReadyContentKeyLocation)
IJsonModel<ContentKeyPolicyPlayReadyContentKeyLocation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ContentKeyPolicyPlayReadyContentKeyLocation)
IPersistableModel<ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ContentKeyPolicyPlayReadyContentKeyLocation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ContentKeyPolicyPlayReadyContentKeyLocation)
IPersistableModel<ContentKeyPolicyPlayReadyContentKeyLocation>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ContentKeyPolicyPlayReadyContentKeyLocation)
IPersistableModel<ContentKeyPolicyPlayReadyContentKeyLocation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ContentKeyPolicyPlayReadyContentKeyLocation)

Applies to