Share via


IDashboardParts Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to