IAzureRateCard.GetShared(String, String) Method

Definition

Asynchronously gets the Azure CSL rate card which provides real-time prices for Azure offers.

public Microsoft.Store.PartnerCenter.Models.RateCards.AzureRateCard GetShared (string currency = default, string region = default);
abstract member GetShared : string * string -> Microsoft.Store.PartnerCenter.Models.RateCards.AzureRateCard
Public Function GetShared (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.

Applies to