IMetadataEntity Interface
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.
[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) |