Share via


Get-PartnerAzureRateCard

Gets real-time prices for an Azure offer.

Syntax

Default (Default)

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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Region

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

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SharedServices

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

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

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