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