< Back

Get-PartnerAzureRateCard

Sat Jan 18, 2020 6:27 pm

NAME Get-PartnerAzureRateCard



SYNOPSIS

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.





PARAMETERS

-Currency <String>

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



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Region <String>

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



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-SharedServices [<SwitchParameter>]

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



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

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







NOTES









-------------------------- 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).







RELATED LINKS

Online Version: https://docs.microsoft.com/powershell/m ... reRateCard