IssueInvestigationResult Class
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.
Details about the investigation result.
public class IssueInvestigationResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Workspaces.Models.IssueInvestigationResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Workspaces.Models.IssueInvestigationResult>
type IssueInvestigationResult = class
interface IJsonModel<IssueInvestigationResult>
interface IPersistableModel<IssueInvestigationResult>
Public Class IssueInvestigationResult
Implements IJsonModel(Of IssueInvestigationResult), IPersistableModel(Of IssueInvestigationResult)
- Inheritance
-
IssueInvestigationResult
- Implements
Constructors
| Name | Description |
|---|---|
| IssueInvestigationResult(String, String) |
Initializes a new instance of IssueInvestigationResult. |
Properties
| Name | Description |
|---|---|
| CreatedOn |
The creation time of the investigation (in UTC). |
| Id |
The identifier of the investigation. |
| LastModifiedOn |
The last update time of the investigation (in UTC). |
| Origin |
The origin of the investigation. |
| Result |
The result of this investigation. |