Condividi tramite


ImpactInsightContent(String, String) Constructor

Definition

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.

Applies to