Share via


SelfHelpVideo Class

Definition

Video detail.

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

Properties

ReplacementKey

Place holder used in HTML Content replace control with the insight content.

Src

Link to the video.

(Inherited from VideoGroupVideo)
Title

Title of the video.

(Inherited from VideoGroupVideo)

Explicit Interface Implementations

IJsonModel<SelfHelpVideo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SelfHelpVideo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<VideoGroupVideo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from VideoGroupVideo)
IPersistableModel<SelfHelpVideo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SelfHelpVideo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SelfHelpVideo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<VideoGroupVideo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from VideoGroupVideo)

Applies to