Share via


DashboardLens Class

Definition

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.

Applies to