Interface ResourceRateCardInfo


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

    Modifier and Type
    Method
    Description
    Gets the currency property: The currency in which the rates are provided.
    Gets the inner com.azure.resourcemanager.commerce.fluent.models.ResourceRateCardInfoInner object.
    Gets the isTaxIncluded property: All rates are pretax, so this will always be returned as 'false'.
    Gets the locale property: The culture in which the resource information is localized.
    Gets the meters property: A list of meters.
    Gets the offerTerms property: A list of offer terms.
  • Method Details

    • currency

      String currency()
      Gets the currency property: The currency in which the rates are provided.
      Returns:
      the currency value.
    • locale

      String locale()
      Gets the locale property: The culture in which the resource information is localized.
      Returns:
      the locale value.
    • isTaxIncluded

      Boolean isTaxIncluded()
      Gets the isTaxIncluded property: All rates are pretax, so this will always be returned as 'false'.
      Returns:
      the isTaxIncluded value.
    • offerTerms

      Gets the offerTerms property: A list of offer terms.
      Returns:
      the offerTerms value.
    • meters

      List<MeterInfo> meters()
      Gets the meters property: A list of meters.
      Returns:
      the meters value.
    • innerModel

      Gets the inner com.azure.resourcemanager.commerce.fluent.models.ResourceRateCardInfoInner object.
      Returns:
      the inner object.