ArmSelfHelpModelFactory.VideoGroupVideo(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 VideoGroupVideo.
public static Azure.ResourceManager.SelfHelp.Models.VideoGroupVideo VideoGroupVideo (string src = default, string title = default);
static member VideoGroupVideo : string * string -> Azure.ResourceManager.SelfHelp.Models.VideoGroupVideo
Public Shared Function VideoGroupVideo (Optional src As String = Nothing, Optional title As String = Nothing) As VideoGroupVideo
Parameters
- src
- String
Link to the video.
- title
- String
Title of the video.
Returns
A new VideoGroupVideo instance for mocking.