Sdílet prostřednictvím


LiveEventInputTrackSelection Class

Definition

A track selection condition. This property is reserved for future use, any value set on this property will be ignored.

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

Constructors

LiveEventInputTrackSelection()

Initializes a new instance of LiveEventInputTrackSelection.

Properties

Operation

Comparing operation. This property is reserved for future use, any value set on this property will be ignored.

Property

Property name to select. This property is reserved for future use, any value set on this property will be ignored.

Value

Property value to select. This property is reserved for future use, any value set on this property will be ignored.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LiveEventInputTrackSelection>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LiveEventInputTrackSelection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LiveEventInputTrackSelection>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LiveEventInputTrackSelection>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LiveEventInputTrackSelection>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to