Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
69 lines (46 loc) · 1.42 KB

Get-PCAzureRateCard.md

File metadata and controls

69 lines (46 loc) · 1.42 KB

Get-PCAzureRateCard

Retrieves the Azure services rate card for the specified region.

SYNTAX

Get-PCAzureRateCard [[-Currency] <String>] [[-Region] <String>] [[-SaToken] <String>] [<CommonParameters>]

DESCRIPTION

The Get-PCAzureRateCard returns a list of Azure rates for the specified region.

PARAMETERS

-Currency <String>

Specifies a three-character ISO currency code.

Required?                    false
Position?                    1
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-Region <String>

Specifies a two-character ISO 2 country code.

Required?                    false
Position?                    2
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-SaToken <String>

Specifies an authentication token with your Partner Center credentials.

Required?                    false
Position?                    3
Default value                $GlobalToken
Accept pipeline input?       false
Accept wildcard characters?  false

INPUTS

OUTPUTS

NOTES

You need to have a authentication Credential already established before running this cmdlet. The region and the currency must match to return a result.

EXAMPLES

EXAMPLE 1

PS C:\>Get-PCAzureRateCard -region US -currency USD

Returns the Azure rate card for the specified region and currency.