MarkdownPartMetadataSettings Class
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.
Markdown part settings.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.MarkdownPartMetadataSettingsTypeConverter))]
public class MarkdownPartMetadataSettings : Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.IMarkdownPartMetadataSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.MarkdownPartMetadataSettingsTypeConverter))>]
type MarkdownPartMetadataSettings = class
interface IMarkdownPartMetadataSettings
interface IJsonSerializable
Public Class MarkdownPartMetadataSettings
Implements IMarkdownPartMetadataSettings
- Inheritance
-
MarkdownPartMetadataSettings
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| MarkdownPartMetadataSettings() |
Creates an new MarkdownPartMetadataSettings instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MarkdownPartMetadataSettings. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MarkdownPartMetadataSettings. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.IMarkdownPartMetadataSettings. |
| FromJsonString(String) |
Creates a new instance of MarkdownPartMetadataSettings, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of MarkdownPartMetadataSettings into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |