IMarkdownPartMetadataSettingsContent 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.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) |