ResourceRateCardInfo interface
Price and Metadata information for resources
Properties
currency | The currency in which the rates are provided. |
is |
All rates are pretax, so this will always be returned as 'false'. |
locale | The culture in which the resource information is localized. |
meters | A list of meters. |
offer |
A list of offer terms. |
Property Details
currency
The currency in which the rates are provided.
currency?: string
Property Value
string
isTaxIncluded
All rates are pretax, so this will always be returned as 'false'.
isTaxIncluded?: boolean
Property Value
boolean
locale
The culture in which the resource information is localized.
locale?: string
Property Value
string
meters
offerTerms
A list of offer terms.
offerTerms?: OfferTermInfoAutoGeneratedUnion[]
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript