Megosztás a következőn keresztül:


MetadataSupportedValueDetail Class

Definition

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.

Applies to