다음을 통해 공유


ArmSelfHelpModelFactory.VideoGroupDetail Method

Definition

Initializes a new instance of VideoGroupDetail.

public static Azure.ResourceManager.SelfHelp.Models.VideoGroupDetail VideoGroupDetail (System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.VideoGroupVideo> videos = default, string replacementKey = default);
static member VideoGroupDetail : seq<Azure.ResourceManager.SelfHelp.Models.VideoGroupVideo> * string -> Azure.ResourceManager.SelfHelp.Models.VideoGroupDetail
Public Shared Function VideoGroupDetail (Optional videos As IEnumerable(Of VideoGroupVideo) = Nothing, Optional replacementKey As String = Nothing) As VideoGroupDetail

Parameters

videos
IEnumerable<VideoGroupVideo>

List of videos will be shown to customers.

replacementKey
String

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

Returns

A new VideoGroupDetail instance for mocking.

Applies to