Share via


DashboardParts Class

Definition

A dashboard part.

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

Constructors

DashboardParts()

Creates an new DashboardParts instance.

Properties

Metadata

A dashboard part metadata.

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

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.Api201901Preview.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.

Applies to