RateCardOperations Class  
RateCardOperations operations.
You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.
Constructor
RateCardOperations(client, config, serializer, deserializer)Parameters
| Name | Description | 
|---|---|
| client 
				Required
			 | Client for service requests. | 
| config 
				Required
			 | Configuration of service client. | 
| serializer 
				Required
			 | An object model serializer. | 
| deserializer 
				Required
			 | An object model deserializer. | 
Variables
| Name | Description | 
|---|---|
| models | Alias to model classes used in this operation group. | 
Methods
| get | Enables you to query for the resource/meter metadata and related prices used in a given subscription by Offer ID, Currency, Locale and Region. The metadata associated with the billing meters, including but not limited to service names, types, resources, units of measure, and regions, is subject to change at any time and without notice. If you intend to use this billing data in an automated fashion, please use the billing meter GUID to uniquely identify each billable item. If the billing meter GUID is scheduled to change due to a new billing model, you will be notified in advance of the change. | 
get
Enables you to query for the resource/meter metadata and related prices used in a given subscription by Offer ID, Currency, Locale and Region. The metadata associated with the billing meters, including but not limited to service names, types, resources, units of measure, and regions, is subject to change at any time and without notice. If you intend to use this billing data in an automated fashion, please use the billing meter GUID to uniquely identify each billable item. If the billing meter GUID is scheduled to change due to a new billing model, you will be notified in advance of the change.
get(filter: str, **kwargs: Any) -> _models.ResourceRateCardInfoParameters
| Name | Description | 
|---|---|
| filter 
				Required
			 | The filter to apply on the operation. It ONLY supports the 'eq' and 'and' logical operators at this time. All the 4 query parameters 'OfferDurableId', 'Currency', 'Locale', 'Region' are required to be a part of the $filter. | 
Keyword-Only Parameters
| Name | Description | 
|---|---|
| cls | A custom type or function that will be passed the direct response | 
Returns
| Type | Description | 
|---|---|
| ResourceRateCardInfo, or the result of cls(response) | 
Exceptions
| Type | Description | 
|---|---|
Attributes
models
models = <module 'azure.mgmt.commerce.models' from 'C:\\ToolCache\\Python\\3.11.9\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv87\\Lib\\site-packages\\azure\\mgmt\\commerce\\models\\__init__.py'>