IDashboardParts Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |