IDashboardParts Interface

Definition

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

Properties

Name Description
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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to