Share via


VideoGroupVideo Class

Definition

VideoGroup video detail.

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

Properties

Src

Link to the video.

Title

Title of the video.

Explicit Interface Implementations

IJsonModel<VideoGroupVideo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VideoGroupVideo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VideoGroupVideo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VideoGroupVideo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VideoGroupVideo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to