Description 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.
Description related properties of a product system.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.DescriptionTypeConverter))]
public class Description : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IDescription
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.DescriptionTypeConverter))>]
type Description = class
interface IDescription
interface IJsonSerializable
Public Class Description
Implements IDescription
- Inheritance
-
Description
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Description() |
Creates an new Description instance. |
Properties
| Name | Description |
|---|---|
| Attribute |
Attributes for the product system. |
| Keyword |
Keywords for the product system. |
| Link |
Links for the product system. |
| LongDescription |
Long description of the product system. |
| ShortDescription |
Short description of the product system. |
| Type |
Type of description. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Description. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of Description. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IDescription. |
| FromJsonString(String) |
Creates a new instance of Description, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of Description into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |