ArmSelfHelpModelFactory.SolutionReplacementMaps 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 SolutionReplacementMaps.
public static Azure.ResourceManager.SelfHelp.Models.SolutionReplacementMaps SolutionReplacementMaps (System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.KBWebResult> webResults = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.SolutionsDiagnostic> diagnostics = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.SolutionsTroubleshooters> troubleshooters = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.MetricsBasedChart> metricsBasedCharts = 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 SolutionReplacementMaps : seq<Azure.ResourceManager.SelfHelp.Models.KBWebResult> * seq<Azure.ResourceManager.SelfHelp.Models.SolutionsDiagnostic> * seq<Azure.ResourceManager.SelfHelp.Models.SolutionsTroubleshooters> * seq<Azure.ResourceManager.SelfHelp.Models.MetricsBasedChart> * seq<Azure.ResourceManager.SelfHelp.Models.SelfHelpVideo> * seq<Azure.ResourceManager.SelfHelp.Models.VideoGroupDetail> -> Azure.ResourceManager.SelfHelp.Models.SolutionReplacementMaps
Public Shared Function SolutionReplacementMaps (Optional webResults As IEnumerable(Of KBWebResult) = Nothing, Optional diagnostics As IEnumerable(Of SolutionsDiagnostic) = Nothing, Optional troubleshooters As IEnumerable(Of SolutionsTroubleshooters) = Nothing, Optional metricsBasedCharts As IEnumerable(Of MetricsBasedChart) = Nothing, Optional videos As IEnumerable(Of SelfHelpVideo) = Nothing, Optional videoGroups As IEnumerable(Of VideoGroupDetail) = Nothing) As SolutionReplacementMaps
Parameters
- webResults
- IEnumerable<KBWebResult>
Solution AzureKB results.
- diagnostics
- IEnumerable<SolutionsDiagnostic>
Solution diagnostics results.
- troubleshooters
- IEnumerable<SolutionsTroubleshooters>
Solutions Troubleshooters.
- metricsBasedCharts
- IEnumerable<MetricsBasedChart>
Solution metrics based charts.
- 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 SolutionReplacementMaps instance for mocking.