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 ResourceRateCardInfoInner innerModel()

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

abstract Boolean isTaxIncluded()

Gets the isTaxIncluded property: All rates are pretax, so this will always be returned as 'false'.

abstract String locale()

Gets the locale property: The culture in which the resource information is localized.

abstract List<MeterInfo> meters()

Gets the meters property: A list of meters.

abstract List<OfferTermInfo> offerTerms()

Gets the offerTerms property: A list of offer terms.

Method Details

currency

public abstract String currency()

Gets the currency property: The currency in which the rates are provided.

Returns:

the currency value.

innerModel

public abstract ResourceRateCardInfoInner innerModel()

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

Returns:

the inner object.

isTaxIncluded

public abstract Boolean isTaxIncluded()

Gets the isTaxIncluded property: All rates are pretax, so this will always be returned as 'false'.

Returns:

the isTaxIncluded value.

locale

public abstract String locale()

Gets the locale property: The culture in which the resource information is localized.

Returns:

the locale value.

meters

public abstract List<MeterInfo> meters()

Gets the meters property: A list of meters.

Returns:

the meters value.

offerTerms

public abstract List<OfferTermInfo> offerTerms()

Gets the offerTerms property: A list of offer terms.

Returns:

the offerTerms value.

Applies to