IBackgroundVisualization Interface

Definition

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

Properties

Name Description
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

Visualization

The background visualization content, in Adaptive Card format

Methods

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

Applies to