DashboardLens 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.
A dashboard lens.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.DashboardLensTypeConverter))]
public class DashboardLens : Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IDashboardLens
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.DashboardLensTypeConverter))>]
type DashboardLens = class
interface IDashboardLens
interface IJsonSerializable
Public Class DashboardLens
Implements IDashboardLens
- Inheritance
-
DashboardLens
- Attributes
- Implements
Constructors
DashboardLens() |
Creates an new DashboardLens instance. |
Properties
Metadata |
The dashboard len's metadata. |
Order |
The lens order. |
Part |
The dashboard parts. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DashboardLens. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DashboardLens. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IDashboardLens. |
FromJsonString(String) |
Creates a new instance of DashboardLens, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DashboardLens into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |