ResourceRateCardInfo Interface
public interface ResourceRateCardInfo
An immutable client-side representation of ResourceRateCardInfo.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
currency()
Gets the currency property: The currency in which the rates are provided. |
|
abstract
Resource |
innerModel()
Gets the inner com. |
| abstract Boolean |
isTaxIncluded()
Gets the is |
| abstract String |
locale()
Gets the locale property: The culture in which the resource information is localized. |
|
abstract
List<Meter |
meters()
Gets the meters property: A list of meters. |
|
abstract
List<Offer |
offerTerms()
Gets the offer |
Method Details
currency
public abstract String currency()
Gets the currency property: The currency in which the rates are provided.
Returns:
innerModel
public abstract ResourceRateCardInfoInner innerModel()
Gets the inner com.azure.resourcemanager.commerce.fluent.models.ResourceRateCardInfoInner object.
Returns:
isTaxIncluded
public abstract Boolean isTaxIncluded()
Gets the isTaxIncluded property: All rates are pretax, so this will always be returned as 'false'.
Returns:
locale
public abstract String locale()
Gets the locale property: The culture in which the resource information is localized.
Returns:
meters
public abstract List<MeterInfo> meters()
Gets the meters property: A list of meters.
Returns:
offerTerms
public abstract List<OfferTermInfo> offerTerms()
Gets the offerTerms property: A list of offer terms.
Returns: