azurePricingRates: Get pricing details of resources under a subscription.

Description Usage Arguments References See Also

Description

The pricing rates function wraps API calls to Azure RateCard and currently the API supports only the Pay-As-You-Go offer scheme.

Usage

1
2
azurePricingRates(azureActiveContext, currency = "USD", locale = "en-US",
  offerId = "", region = "US", verbose = FALSE)

Arguments

azureActiveContext

A container used for caching variables used by AzureSMR, created by createAzureContext()

currency

Currency in which price rating is measured.

locale

Locality information of subscription.

offerId

Offer ID of the subscription. For more information see https://azure.microsoft.com/en-us/support/legal/offer-details/

region

region information about the subscription.

verbose

If TRUE, prints verbose messages

References

https://msdn.microsoft.com/en-us/library/azure/mt219004.aspx

See Also

Other Cost functions: azureDataConsumption, azureExpenseCalculator


Microsoft/AzureSMR documentation built on July 7, 2019, 11:25 p.m.