ImpactInsightContent(String, String) Constructor
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 ImpactInsightContent.
public ImpactInsightContent(string title, string description);
new Azure.ResourceManager.ImpactReporting.Models.ImpactInsightContent : string * string -> Azure.ResourceManager.ImpactReporting.Models.ImpactInsightContent
Public Sub New (title As String, description As String)
Parameters
- title
- String
Title of the insight.
- description
- String
Description of the insight.
Exceptions
title or description is null.