Interface MetadataEntity


public interface MetadataEntity
An immutable client-side representation of MetadataEntity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the applicableScenarios property: The list of scenarios applicable to this metadata entity.
    Gets the dependsOn property: The list of keys on which this entity depends on.
    Gets the displayName property: The display name.
    id()
    Gets the id property: The resource Id of the metadata entity.
    Gets the inner com.azure.resourcemanager.advisor.fluent.models.MetadataEntityInner object.
    Gets the name property: The name of the metadata entity.
    Gets the supportedValues property: The list of supported values.
    Gets the type property: The type of the metadata entity.
  • Method Details

    • id

      String id()
      Gets the id property: The resource Id of the metadata entity.
      Returns:
      the id value.
    • type

      String type()
      Gets the type property: The type of the metadata entity.
      Returns:
      the type value.
    • name

      String name()
      Gets the name property: The name of the metadata entity.
      Returns:
      the name value.
    • displayName

      String displayName()
      Gets the displayName property: The display name.
      Returns:
      the displayName value.
    • dependsOn

      List<String> dependsOn()
      Gets the dependsOn property: The list of keys on which this entity depends on.
      Returns:
      the dependsOn value.
    • applicableScenarios

      List<Scenario> applicableScenarios()
      Gets the applicableScenarios property: The list of scenarios applicable to this metadata entity.
      Returns:
      the applicableScenarios value.
    • supportedValues

      Gets the supportedValues property: The list of supported values.
      Returns:
      the supportedValues value.
    • innerModel

      MetadataEntityInner innerModel()
      Gets the inner com.azure.resourcemanager.advisor.fluent.models.MetadataEntityInner object.
      Returns:
      the inner object.