Share via


IAzureRateCard.GetSharedAsync(String, String) Method

Definition

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

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.RateCards.AzureRateCard> GetSharedAsync (string currency = default, string region = default);
abstract member GetSharedAsync : string * string -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.RateCards.AzureRateCard>
Public Function GetSharedAsync (Optional currency As String = Nothing, Optional region As String = Nothing) As Task(Of 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