IDashboardPartMetadata Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.DashboardPartMetadataTypeConverter))]
public interface IDashboardPartMetadata : Microsoft.Azure.PowerShell.Cmdlets.Portal.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.DashboardPartMetadataTypeConverter))>]
type IDashboardPartMetadata = interface
    interface IJsonSerializable
Public Interface IDashboardPartMetadata
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Type

The dashboard part metadata type.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to