Interface ProductFamiliesMetadataDetails


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

      • productLines

        List<ProductLine> productLines()
        Gets the productLines property: List of product lines supported in the product family.
        Returns:
        the productLines value.
      • resourceProviderDetails

        List<ResourceProviderDetails> resourceProviderDetails()
        Gets the resourceProviderDetails property: Contains details related to resource provider.
        Returns:
        the resourceProviderDetails 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

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