Interface Configuration


  • public interface Configuration
    An immutable client-side representation of Configuration.
    • Method Detail

      • specifications

        List<Specification> specifications()
        Gets the specifications property: Specifications of the configuration.
        Returns:
        the specifications value.
      • dimensions

        Dimensions dimensions()
        Gets the dimensions property: Dimensions of the configuration.
        Returns:
        the dimensions value.
      • filterableProperties

        List<FilterableProperty> filterableProperties()
        Gets the filterableProperties property: list of filters supported for a product.
        Returns:
        the filterableProperties value.
      • displayName

        String displayName()
        Gets the displayName property: Display Name for the product system.
        Returns:
        the displayName value.
      • description

        Description description()
        Gets the description property: Description related to the product system.
        Returns:
        the description value.
      • imageInformation

        List<ImageInformation> imageInformation()
        Gets the imageInformation property: Image information for the product system.
        Returns:
        the imageInformation value.
      • costInformation

        CostInformation costInformation()
        Gets the costInformation property: Cost information for the product system.
        Returns:
        the costInformation value.
      • availabilityInformation

        AvailabilityInformation availabilityInformation()
        Gets the availabilityInformation property: Availability information of the product system.
        Returns:
        the availabilityInformation value.
      • hierarchyInformation

        HierarchyInformation hierarchyInformation()
        Gets the hierarchyInformation property: Hierarchy information of a product.
        Returns:
        the hierarchyInformation value.
      • innerModel

        ConfigurationInner innerModel()
        Gets the inner com.azure.resourcemanager.edgeorder.fluent.models.ConfigurationInner object.
        Returns:
        the inner object.