ArmSelfHelpModelFactory.SelfHelpVideo(String, String, String) Method
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.
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.