IMarkdownPartMetadata Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |