ShortDescription 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.
A summary of the recommendation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.ShortDescriptionTypeConverter))]
public class ShortDescription : Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IShortDescription
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.ShortDescriptionTypeConverter))>]
type ShortDescription = class
interface IShortDescription
interface IJsonSerializable
Public Class ShortDescription
Implements IShortDescription
- Inheritance
-
ShortDescription
- Attributes
- Implements
Constructors
ShortDescription() |
Creates an new ShortDescription instance. |
Properties
Problem |
The issue or opportunity identified by the recommendation and proposed solution. |
Solution |
The issue or opportunity identified by the recommendation and proposed solution. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ShortDescription. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ShortDescription. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IShortDescription. |
FromJsonString(String) |
Creates a new instance of ShortDescription, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ShortDescription into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |