MarkdownPartMetadata Class

Definition

Markdown part metadata.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.MarkdownPartMetadataTypeConverter))]
public class MarkdownPartMetadata : Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.IMarkdownPartMetadata, Microsoft.Azure.PowerShell.Cmdlets.Portal.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.MarkdownPartMetadataTypeConverter))>]
type MarkdownPartMetadata = class
    interface IMarkdownPartMetadata
    interface IJsonSerializable
    interface IDashboardPartMetadata
    interface IValidates
Public Class MarkdownPartMetadata
Implements IMarkdownPartMetadata, IValidates
Inheritance
MarkdownPartMetadata
Attributes
Implements

Constructors

Name Description
MarkdownPartMetadata()

Creates an new MarkdownPartMetadata instance.

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.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MarkdownPartMetadata.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MarkdownPartMetadata.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.IMarkdownPartMetadata.

FromJsonString(String)

Creates a new instance of MarkdownPartMetadata, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MarkdownPartMetadata into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to