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 applicableScenarios property: The list of scenarios applicable to this metadata entity.

abstract List<String> dependsOn()

Gets the dependsOn property: The list of keys on which this entity depends on.

abstract String displayName()

Gets the displayName property: The display name.

abstract String id()

Gets the id property: The resource Id of the metadata entity.

abstract MetadataEntityInner innerModel()

Gets the inner com.azure.resourcemanager.advisor.fluent.models.MetadataEntityInner object.

abstract String name()

Gets the name property: The name of the metadata entity.

abstract List<MetadataSupportedValueDetail> supportedValues()

Gets the supportedValues property: The list of supported values.

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:

the applicableScenarios value.

dependsOn

public abstract List<String> dependsOn()

Gets the dependsOn property: The list of keys on which this entity depends on.

Returns:

the dependsOn value.

displayName

public abstract String displayName()

Gets the displayName property: The display name.

Returns:

the displayName value.

id

public abstract String id()

Gets the id property: The resource Id of the metadata entity.

Returns:

the id value.

innerModel

public abstract MetadataEntityInner innerModel()

Gets the inner com.azure.resourcemanager.advisor.fluent.models.MetadataEntityInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the metadata entity.

Returns:

the name value.

supportedValues

public abstract List<MetadataSupportedValueDetail> supportedValues()

Gets the supportedValues property: The list of supported values.

Returns:

the supportedValues value.

type

public abstract String type()

Gets the type property: The type of the metadata entity.

Returns:

the type value.

Applies to