Share via


ArmSelfHelpModelFactory.VideoGroupVideo(String, String) Method

Definition

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.

Applies to