ArmSelfHelpModelFactory.SelfHelpDiagnosticInsight 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 SelfHelpDiagnosticInsight.
public static Azure.ResourceManager.SelfHelp.Models.SelfHelpDiagnosticInsight SelfHelpDiagnosticInsight(string id = default, string title = default, string results = default, Azure.ResourceManager.SelfHelp.Models.SelfHelpImportanceLevel? insightImportanceLevel = default);
static member SelfHelpDiagnosticInsight : string * string * string * Nullable<Azure.ResourceManager.SelfHelp.Models.SelfHelpImportanceLevel> -> Azure.ResourceManager.SelfHelp.Models.SelfHelpDiagnosticInsight
Public Shared Function SelfHelpDiagnosticInsight (Optional id As String = Nothing, Optional title As String = Nothing, Optional results As String = Nothing, Optional insightImportanceLevel As Nullable(Of SelfHelpImportanceLevel) = Nothing) As SelfHelpDiagnosticInsight
Parameters
- id
- String
Article id.
- title
- String
This insight's title.
- results
- String
Detailed result content.
- insightImportanceLevel
- Nullable<SelfHelpImportanceLevel>
Importance level of the insight.
Returns
A new SelfHelpDiagnosticInsight instance for mocking.