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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET