ArmSelfHelpModelFactory.VideoGroupDetail 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 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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET