ImpactInsightProperties 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 ImpactInsightProperties.
public ImpactInsightProperties(string category, Azure.ResourceManager.ImpactReporting.Models.ImpactInsightContent content, string insightUniqueId, Azure.ResourceManager.ImpactReporting.Models.ImpactDetails impact);
new Azure.ResourceManager.ImpactReporting.Models.ImpactInsightProperties : string * Azure.ResourceManager.ImpactReporting.Models.ImpactInsightContent * string * Azure.ResourceManager.ImpactReporting.Models.ImpactDetails -> Azure.ResourceManager.ImpactReporting.Models.ImpactInsightProperties
Public Sub New (category As String, content As ImpactInsightContent, insightUniqueId As String, impact As ImpactDetails)
Parameters
- category
- String
category of the insight.
- content
- ImpactInsightContent
Contains title & description for the insight.
- insightUniqueId
- String
unique id of the insight.
- impact
- ImpactDetails
details of of the impact for which insight has been generated.
Exceptions
category, content, insightUniqueId or impact is null.