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