MetadataSupportedValueDetail 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 metadata supported value detail.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.MetadataSupportedValueDetailTypeConverter))]
public class MetadataSupportedValueDetail : Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IMetadataSupportedValueDetail
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.MetadataSupportedValueDetailTypeConverter))>]
type MetadataSupportedValueDetail = class
interface IMetadataSupportedValueDetail
interface IJsonSerializable
Public Class MetadataSupportedValueDetail
Implements IMetadataSupportedValueDetail
- Inheritance
-
MetadataSupportedValueDetail
- Attributes
- Implements
Constructors
MetadataSupportedValueDetail() |
Creates an new MetadataSupportedValueDetail instance. |
Properties
DisplayName |
The display name. |
Id |
The id. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MetadataSupportedValueDetail. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MetadataSupportedValueDetail. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IMetadataSupportedValueDetail. |
FromJsonString(String) |
Creates a new instance of MetadataSupportedValueDetail, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MetadataSupportedValueDetail into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |