Share via


IMarkdownPartMetadata Interface

Definition

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

Properties

Name Description
Content

The content of the markdown part.

Input

Input to dashboard part.

SettingMarkdownSource

The source of the content of the markdown part.

SettingMarkdownUri

The uri of markdown content.

SettingSubtitle

The subtitle of the markdown part.

SettingTitle

The title of the markdown part.

Type

The dashboard part metadata type.

(Inherited from IDashboardPartMetadata)

Methods

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

Applies to