Delen via


ContentKeyPolicyWidevineConfiguration Class

Definition

Specifies a configuration for Widevine licenses.

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

Constructors

ContentKeyPolicyWidevineConfiguration(String)

Initializes a new instance of ContentKeyPolicyWidevineConfiguration.

Properties

WidevineTemplate

The Widevine template.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContentKeyPolicyConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ContentKeyPolicyConfiguration)
IJsonModel<ContentKeyPolicyWidevineConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContentKeyPolicyWidevineConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContentKeyPolicyConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ContentKeyPolicyConfiguration)
IPersistableModel<ContentKeyPolicyWidevineConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContentKeyPolicyWidevineConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContentKeyPolicyWidevineConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to