Share via


ArmSelfHelpModelFactory.SelfHelpVideo(String, String, String) Method

Definition

Initializes a new instance of SelfHelpVideo.

public static Azure.ResourceManager.SelfHelp.Models.SelfHelpVideo SelfHelpVideo (string src = default, string title = default, string replacementKey = default);
static member SelfHelpVideo : string * string * string -> Azure.ResourceManager.SelfHelp.Models.SelfHelpVideo
Public Shared Function SelfHelpVideo (Optional src As String = Nothing, Optional title As String = Nothing, Optional replacementKey As String = Nothing) As SelfHelpVideo

Parameters

src
String

Link to the video.

title
String

Title of the video.

replacementKey
String

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

Returns

A new SelfHelpVideo instance for mocking.

Applies to