Udostępnij za pośrednictwem


IMetadataValue Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.MetadataValueTypeConverter))]
public interface IMetadataValue : Microsoft.Azure.PowerShell.Cmdlets.Metric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.MetadataValueTypeConverter))>]
type IMetadataValue = interface
    interface IJsonSerializable
Public Interface IMetadataValue
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

NameLocalizedValue

The display name.

NameValue

The invariant value.

Value

The value of the metadata.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to