Video Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) | |
| 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) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |