DashboardPartsPosition Class
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.
The dashboard's part position.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.DashboardPartsPositionTypeConverter))]
public class DashboardPartsPosition : Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IDashboardPartsPosition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.DashboardPartsPositionTypeConverter))>]
type DashboardPartsPosition = class
interface IDashboardPartsPosition
interface IJsonSerializable
Public Class DashboardPartsPosition
Implements IDashboardPartsPosition
- Inheritance
-
DashboardPartsPosition
- Attributes
- Implements
Constructors
DashboardPartsPosition() |
Creates an new DashboardPartsPosition instance. |
Properties
ColSpan |
The dashboard's part column span. |
Metadata |
The dashboard part's metadata. |
RowSpan |
The dashboard's part row span. |
X |
The dashboard's part x coordinate. |
Y |
The dashboard's part y coordinate. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DashboardPartsPosition. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DashboardPartsPosition. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IDashboardPartsPosition. |
FromJsonString(String) |
Creates a new instance of DashboardPartsPosition, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DashboardPartsPosition into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |