Class ReservationRecommendationDetailsModelInner


  • public final class ReservationRecommendationDetailsModelInner
    extends com.azure.core.management.ProxyResource
    Reservation recommendation details.
    • Constructor Detail

      • ReservationRecommendationDetailsModelInner

        public ReservationRecommendationDetailsModelInner()
    • Method Detail

      • location

        public String location()
        Get the location property: Resource Location.
        Returns:
        the location value.
      • withLocation

        public ReservationRecommendationDetailsModelInner withLocation​(String location)
        Set the location property: Resource Location.
        Parameters:
        location - the location value to set.
        Returns:
        the ReservationRecommendationDetailsModelInner object itself.
      • sku

        public String sku()
        Get the sku property: Resource sku.
        Returns:
        the sku value.
      • etag

        public String etag()
        Get the etag property: The etag for the resource.
        Returns:
        the etag value.
      • tags

        public Map<String,​String> tags()
        Get the tags property: Resource tags.
        Returns:
        the tags value.
      • currency

        public String currency()
        Get the currency property: An ISO 4217 currency code identifier for the costs and savings.
        Returns:
        the currency value.
      • resourceGroup

        public String resourceGroup()
        Get the resourceGroup property: Resource Group.
        Returns:
        the resourceGroup value.
      • scope

        public String scope()
        Get the scope property: Scope of the reservation, ex: Single or Shared.
        Returns:
        the scope value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.