ArmImpactReportingModelFactory.ImpactInsightContent(String, String) 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.
public static Azure.ResourceManager.ImpactReporting.Models.ImpactInsightContent ImpactInsightContent(string title = default, string description = default);
static member ImpactInsightContent : string * string -> Azure.ResourceManager.ImpactReporting.Models.ImpactInsightContent
Public Shared Function ImpactInsightContent (Optional title As String = Nothing, Optional description As String = Nothing) As ImpactInsightContent
Parameters
- title
- String
Title of the insight.
- description
- String
Description of the insight.
Returns
A new ImpactInsightContent instance for mocking.