Delen via


ContentKeyPolicyPlayReadyContentKeyLocation Class

Definition

Base class for content key ID location. A derived class must be used to represent the location. Please note ContentKeyPolicyPlayReadyContentKeyLocation is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader and ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Media.Models.UnknownContentKeyPolicyPlayReadyContentKeyLocation))]
public abstract class ContentKeyPolicyPlayReadyContentKeyLocation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.Models.ContentKeyPolicyPlayReadyContentKeyLocation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.Models.ContentKeyPolicyPlayReadyContentKeyLocation>
public abstract class ContentKeyPolicyPlayReadyContentKeyLocation
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Media.Models.UnknownContentKeyPolicyPlayReadyContentKeyLocation))>]
type ContentKeyPolicyPlayReadyContentKeyLocation = class
    interface IJsonModel<ContentKeyPolicyPlayReadyContentKeyLocation>
    interface IPersistableModel<ContentKeyPolicyPlayReadyContentKeyLocation>
type ContentKeyPolicyPlayReadyContentKeyLocation = class
Public MustInherit Class ContentKeyPolicyPlayReadyContentKeyLocation
Implements IJsonModel(Of ContentKeyPolicyPlayReadyContentKeyLocation), IPersistableModel(Of ContentKeyPolicyPlayReadyContentKeyLocation)
Public MustInherit Class ContentKeyPolicyPlayReadyContentKeyLocation
Inheritance
ContentKeyPolicyPlayReadyContentKeyLocation
Derived
Attributes
Implements

Constructors

ContentKeyPolicyPlayReadyContentKeyLocation()

Initializes a new instance of ContentKeyPolicyPlayReadyContentKeyLocation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContentKeyPolicyPlayReadyContentKeyLocation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContentKeyPolicyPlayReadyContentKeyLocation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContentKeyPolicyPlayReadyContentKeyLocation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContentKeyPolicyPlayReadyContentKeyLocation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContentKeyPolicyPlayReadyContentKeyLocation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to