IRelatedResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.RelatedResourceTypeConverter))]
public interface IRelatedResource : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.RelatedResourceTypeConverter))>]
type IRelatedResource = interface
    interface IJsonSerializable
Public Interface IRelatedResource
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
AddedAt

The time this relation was added to the issue (in UTC)

Id

The resource ID

LastModifiedAt

The last update time of this relation (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

Relevance

The resource's relevance status

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to