Поделиться через


ContentKeyPolicyUnknownConfiguration Class

Definition

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

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

Constructors

ContentKeyPolicyUnknownConfiguration()

Initializes a new instance of ContentKeyPolicyUnknownConfiguration.

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<ContentKeyPolicyUnknownConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContentKeyPolicyUnknownConfiguration>.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<ContentKeyPolicyUnknownConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContentKeyPolicyUnknownConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContentKeyPolicyUnknownConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to