IInvestigationResult Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.InvestigationResultTypeConverter))]
public interface IInvestigationResult : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.InvestigationResultTypeConverter))>]
type IInvestigationResult = interface
interface IJsonSerializable
Public Interface IInvestigationResult
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| CreatedAt |
The creation time of the investigation (in UTC) |
| Id |
The identifier of the investigation |
| LastModifiedAt |
The last update time of the investigation (in UTC) |
| OriginAddedBy |
The ID of the origin - for example, in case of 'Manual', the user ID/app ID, and in case of 'Automatic', the name of the automatic system |
| OriginAddedByType |
The source of the origin - Manual or Automatic |
| Result |
The result of this investigation |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |