ResourceRateCardInfo Class
Price and Metadata information for resources.
- Inheritance
-
msrest.serialization.ModelResourceRateCardInfo
Constructor
ResourceRateCardInfo(*, currency: str | None = None, locale: str | None = None, is_tax_included: bool | None = None, offer_terms: List[OfferTermInfo] | None = None, meters: List[MeterInfo] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
currency
Required
|
The currency in which the rates are provided. |
locale
Required
|
The culture in which the resource information is localized. |
is_tax_included
Required
|
All rates are pretax, so this will always be returned as 'false'. |
offer_terms
Required
|
A list of offer terms. |
meters
Required
|
A list of meters. |
Keyword-Only Parameters
Name | Description |
---|---|
currency
Required
|
|
locale
Required
|
|
is_tax_included
Required
|
|
offer_terms
Required
|
|
meters
Required
|
|
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 Python