IMarkdownPartMetadataSettings Interface

Definition

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

Properties

Name Description
SettingContent

The content of the markdown 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.

Methods

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

Applies to