Compartilhar via


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
msrest.serialization.Model
RateCardQueryParameters

Constructor

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

Parameters

Name Description
offer_durable_id
Required
str

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
Required
str

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

locale
Required
str

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

region_info
Required
str

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

Keyword-Only Parameters

Name Description
offer_durable_id
Required
currency
Required
locale
Required
region_info
Required