Condividi tramite


Get-PartnerAzureRateCard

Gets real-time prices for an Azure offer.

Sintassi

Default (impostazione predefinita).

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

Descrizione

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

Esempio

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

Parametri

-Currency

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

Proprietà dei parametri

Tipo:String
Valore predefinito:None
Supporta i caratteri jolly:False
DontShow:False

Set di parametri

(All)
Posizione:Named
Obbligatorio:False
Valore dalla pipeline:False
Valore dalla pipeline in base al nome della proprietà:False
Valore dagli argomenti rimanenti:False

-Region

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

Proprietà dei parametri

Tipo:String
Valore predefinito:None
Supporta i caratteri jolly:False
DontShow:False

Set di parametri

(All)
Posizione:Named
Obbligatorio:False
Valore dalla pipeline:False
Valore dalla pipeline in base al nome della proprietà:False
Valore dagli argomenti rimanenti:False

-SharedServices

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

Proprietà dei parametri

Tipo:SwitchParameter
Valore predefinito:None
Supporta i caratteri jolly:False
DontShow:False

Set di parametri

(All)
Posizione:Named
Obbligatorio:False
Valore dalla pipeline:False
Valore dalla pipeline in base al nome della proprietà:False
Valore dagli argomenti rimanenti: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.

Input

None

Output

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