IAzureRateCard.Get(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Azure rate card which provides real-time prices for Azure offers.
public Microsoft.Store.PartnerCenter.Models.RateCards.AzureRateCard Get (string currency = default, string region = default);
abstract member Get : string * string -> Microsoft.Store.PartnerCenter.Models.RateCards.AzureRateCard
Public Function Get (Optional currency As String = Nothing, Optional region As String = Nothing) As AzureRateCard
Parameters
- currency
- String
An optional three letter ISO code for the currency in which the resource rates will be provided. The default is the currency associated with the market in the partner's profile.
- region
- String
An optional two-letter ISO country/region code that indicates the market where the offer is purchased. The default is the country/region code set in the partner profile.
Returns
The Azure rate card for the partner.