ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures the Explicit Analog Television Output Restriction control bits. For further details see the PlayReady Compliance Rules.
public class ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.Models.ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.Models.ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction>
public class ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction
type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction = class
interface IJsonModel<ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction>
interface IPersistableModel<ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction>
type ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction = class
Public Class ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction
Implements IJsonModel(Of ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction), IPersistableModel(Of ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction)
Public Class ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction
- Inheritance
-
ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction
- Implements
Constructors
ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction(Boolean, Int32) |
Initializes a new instance of ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction. |
Properties
ConfigurationData |
Configures the restriction control bits. Must be between 0 and 3 inclusive. |
IsBestEffort |
Indicates whether this restriction is enforced on a Best Effort basis. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET