MetadataEntity Interface
public interface MetadataEntity
An immutable client-side representation of MetadataEntity.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract List<Scenario> |
applicableScenarios()
Gets the applicable |
| abstract List<String> |
dependsOn()
Gets the depends |
| abstract String |
displayName()
Gets the display |
| abstract String |
id()
Gets the id property: The resource Id of the metadata entity. |
|
abstract
Metadata |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the metadata entity. |
|
abstract
List<Metadata |
supportedValues()
Gets the supported |
| abstract String |
type()
Gets the type property: The type of the metadata entity. |
Method Details
applicableScenarios
public abstract List<Scenario> applicableScenarios()
Gets the applicableScenarios property: The list of scenarios applicable to this metadata entity.
Returns:
dependsOn
public abstract List<String> dependsOn()
Gets the dependsOn property: The list of keys on which this entity depends on.
Returns:
displayName
public abstract String displayName()
Gets the displayName property: The display name.
Returns:
id
public abstract String id()
Gets the id property: The resource Id of the metadata entity.
Returns:
innerModel
public abstract MetadataEntityInner innerModel()
Gets the inner com.azure.resourcemanager.advisor.fluent.models.MetadataEntityInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the metadata entity.
Returns:
supportedValues
public abstract List<MetadataSupportedValueDetail> supportedValues()
Gets the supportedValues property: The list of supported values.
Returns:
type
public abstract String type()
Gets the type property: The type of the metadata entity.
Returns: