RateCardQueryParameters Class

Parameters that are used in the odata $filter query parameter for providing RateCard information.

All required parameters must be populated in order to send to Azure.

Inheritance
RateCardQueryParameters

Constructor

RateCardQueryParameters(*, offer_durable_id: str, currency: str, locale: str, region_info: str, **kwargs)

Parameters

offer_durable_id
str
Required

Required. The Offer ID parameter consists of the 'MS-AZR-' prefix, plus the Offer ID number (e.g., MS-AZR-0026P). See https://azure.microsoft.com/en- us/support/legal/offer-details/ for more information on the list of available Offer IDs, country/region availability, and billing currency.

currency
str
Required

Required. The currency in which the rates need to be provided.

locale
str
Required

Required. The culture in which the resource metadata needs to be localized.

region_info
str
Required

Required. 2 letter ISO code where the offer was purchased.