Share via


IMetadataEntity Interface

Definition

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

Properties

ApplicableScenario

The list of scenarios applicable to this metadata entity.

DependsOn

The list of keys on which this entity depends on.

DisplayName

The display name.

Id

The resource Id of the metadata entity.

Name

The name of the metadata entity.

SupportedValue

The list of supported values.

Type

The type of the metadata entity.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to