IssueInvestigationResult(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 IssueInvestigationResult.
public IssueInvestigationResult(string id, string result);
new Azure.ResourceManager.Monitor.Workspaces.Models.IssueInvestigationResult : string * string -> Azure.ResourceManager.Monitor.Workspaces.Models.IssueInvestigationResult
Public Sub New (id As String, result As String)
Parameters
- id
- String
The identifier of the investigation.
- result
- String
The result of this investigation.
Exceptions
id or result is null.