Sdílet prostřednictvím


ContentKeyPolicyUnknownRestriction Class

Definition

Represents a ContentKeyPolicyRestriction that is unavailable in the current API version.

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

Constructors

ContentKeyPolicyUnknownRestriction()

Initializes a new instance of ContentKeyPolicyUnknownRestriction.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContentKeyPolicyRestriction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ContentKeyPolicyRestriction)
IJsonModel<ContentKeyPolicyUnknownRestriction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContentKeyPolicyUnknownRestriction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContentKeyPolicyRestriction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ContentKeyPolicyRestriction)
IPersistableModel<ContentKeyPolicyUnknownRestriction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContentKeyPolicyUnknownRestriction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContentKeyPolicyUnknownRestriction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to