Video Class

Definition

Video detail

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.VideoTypeConverter))]
public class Video : Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IVideo, Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.VideoTypeConverter))>]
type Video = class
    interface IVideo
    interface IJsonSerializable
    interface IVideoGroupVideo
    interface IValidates
Public Class Video
Implements IValidates, IVideo
Inheritance
Video
Attributes
Implements

Constructors

Name Description
Video()

Creates an new Video instance.

Properties

Name Description
ReplacementKey

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

Src

Link to the video

Title

Title of the video

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Video.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Video.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IVideo.

FromJsonString(String)

Creates a new instance of Video, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Video into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to