Share via


MediaJobInputBasicProperties Class

Definition

Base class for inputs to a Job. Please note MediaJobInputBasicProperties 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 MediaJobInputAsset, MediaJobInputClip, MediaJobInputHttp, MediaJobInputs and MediaJobInputSequence.

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

Constructors

MediaJobInputBasicProperties()

Initializes a new instance of MediaJobInputBasicProperties.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MediaJobInputBasicProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MediaJobInputBasicProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided System.Text.Json.Utf8JsonWriter.

IPersistableModel<MediaJobInputBasicProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

IPersistableModel<MediaJobInputBasicProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MediaJobInputBasicProperties>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Applies to