OriginAutoGenerated Class

Definition

Details about the origin of the entity - the source that added it to the issue

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

Constructors

Name Description
OriginAutoGenerated()

Creates an new OriginAutoGenerated instance.

Properties

Name Description
AddedBy

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

AddedByType

The source of the origin - Manual or Automatic

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OriginAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OriginAutoGenerated.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OriginAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to