InvestigationMetadata Class

Definition

Properties of the current investigation

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.InvestigationMetadataTypeConverter))]
public class InvestigationMetadata : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IInvestigationMetadata
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.InvestigationMetadataTypeConverter))>]
type InvestigationMetadata = class
    interface IInvestigationMetadata
    interface IJsonSerializable
Public Class InvestigationMetadata
Implements IInvestigationMetadata
Inheritance
InvestigationMetadata
Attributes
Implements

Constructors

Name Description
InvestigationMetadata()

Creates an new InvestigationMetadata instance.

Properties

Name Description
CreatedAt

The creation time of the investigation (in UTC)

Id

The unique identifier of the investigation

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InvestigationMetadata.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InvestigationMetadata.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IInvestigationMetadata.

FromJsonString(String)

Creates a new instance of InvestigationMetadata, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InvestigationMetadata into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to