IMarkdownPartMetadataSettingsContent Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.MarkdownPartMetadataSettingsContentTypeConverter))]
public interface IMarkdownPartMetadataSettingsContent : Microsoft.Azure.PowerShell.Cmdlets.Portal.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.MarkdownPartMetadataSettingsContentTypeConverter))>]
type IMarkdownPartMetadataSettingsContent = interface
    interface IJsonSerializable
Public Interface IMarkdownPartMetadataSettingsContent
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