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