Get-PartnerAzureRateCard

Gets real-time prices for an Azure offer.

Syntax

Get-PartnerAzureRateCard
   [-Currency <String>]
   [-Region <String>]
   [-SharedServices]
   [<CommonParameters>]

Description

Gets real-time prices for an Azure offer. Azure pricing is quite dynamic and changes frequently.

Examples

Example 1

PS C:\> $rateCard = Get-PartnerAzureRateCard
PS C:\> $rateCard.Meters

Gets real-time prices for an Azure offer.

Example 2

PS C:\> $rateCard = Get-PartnerAzureRateCard -SharedServices
PS C:\> $rateCard.Meters

Gets real-time prices for an Azure offer available through Azure Partner Shared Services (APSS).

Parameters

-Currency

An optional three letter ISO code for the currency in which the resource rates will be provided.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Region

An optional two-letter ISO country/region code that indicates the market where the offer is purchased.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-SharedServices

Flag indicating whether or not to retrieve the Azure Rate Card for Azure Partner Shared Services (APSS).

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

Microsoft.Store.PartnerCenter.PowerShell.Models.RateCards.PSAzureRateCard