BackgroundDetails Class

Definition

A background details element

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

Constructors

Name Description
BackgroundDetails()

Creates an new BackgroundDetails instance.

Properties

Name Description
Name

The background details name

Value

The background details value

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BackgroundDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BackgroundDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BackgroundDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to