Language

Description Class

Definition

Description related properties of a product system.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.DescriptionTypeConverter))]
public class Description : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IDescription
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.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.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.

ToString()

Applies to