BackgroundVisualization Class
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.
The issue background visualization
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.BackgroundVisualizationTypeConverter))]
public class BackgroundVisualization : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IBackgroundVisualization
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.BackgroundVisualizationTypeConverter))>]
type BackgroundVisualization = class
interface IBackgroundVisualization
interface IJsonSerializable
Public Class BackgroundVisualization
Implements IBackgroundVisualization
- Inheritance
-
BackgroundVisualization
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| BackgroundVisualization() |
Creates an new BackgroundVisualization instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BackgroundVisualization. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BackgroundVisualization. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IBackgroundVisualization. |
| FromJsonString(String) |
Creates a new instance of BackgroundVisualization, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of BackgroundVisualization into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |