ArmSelfHelpModelFactory.ReplacementMapsResult 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 ReplacementMapsResult.
public static Azure.ResourceManager.SelfHelp.Models.ReplacementMapsResult ReplacementMapsResult (System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.KBWebResult> webResults = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.SelfHelpVideo> videos = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.VideoGroupDetail> videoGroups = default);
static member ReplacementMapsResult : seq<Azure.ResourceManager.SelfHelp.Models.KBWebResult> * seq<Azure.ResourceManager.SelfHelp.Models.SelfHelpVideo> * seq<Azure.ResourceManager.SelfHelp.Models.VideoGroupDetail> -> Azure.ResourceManager.SelfHelp.Models.ReplacementMapsResult
Public Shared Function ReplacementMapsResult (Optional webResults As IEnumerable(Of KBWebResult) = Nothing, Optional videos As IEnumerable(Of SelfHelpVideo) = Nothing, Optional videoGroups As IEnumerable(Of VideoGroupDetail) = Nothing) As ReplacementMapsResult
Parameters
- webResults
- IEnumerable<KBWebResult>
Solution AzureKB results.
- videos
- IEnumerable<SelfHelpVideo>
Video solutions, which have the power to engage the customer by stimulating their senses.
- videoGroups
- IEnumerable<VideoGroupDetail>
Group of Videos.
Returns
A new ReplacementMapsResult 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