Share via


IAzureRateCard Interface

Definition

Holds operations that apply to Azure rate card.

public interface IAzureRateCard : Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IAzureRateCard = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
Public Interface IAzureRateCard
Implements IPartnerComponent, IPartnerComponent(Of String)
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Partner

Gets a reference to the partner operations instance that generated this component.

(Inherited from IPartnerComponent<TContext>)

Methods

Get(String, String)

Gets the Azure rate card which provides real-time prices for Azure offers.

GetAsync(String, String)

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

GetShared(String, String)

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

GetSharedAsync(String, String)

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

Applies to