DashboardParts Class

Definition

A dashboard part.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.DashboardPartsTypeConverter))]
public class DashboardParts : Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.IDashboardParts
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.DashboardPartsTypeConverter))>]
type DashboardParts = class
    interface IDashboardParts
    interface IJsonSerializable
Public Class DashboardParts
Implements IDashboardParts
Inheritance
DashboardParts
Attributes
Implements

Constructors

Name Description
DashboardParts()

Creates an new DashboardParts instance.

Properties

Name Description
Metadata

The dashboard part's metadata.

MetadataType

The dashboard part metadata type.

PositionColSpan

The dashboard's part column span.

PositionMetadata

The dashboard part's metadata.

PositionRowSpan

The dashboard's part row span.

PositionX

The dashboard's part x coordinate.

PositionY

The dashboard's part y coordinate.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DashboardParts.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DashboardParts.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.IDashboardParts.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DashboardParts into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to