Learn R Programming

AzureSMR (version 0.2.6)

azurePricingRates: Get pricing details of resources under a subscription.

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

azurePricingRates(azureActiveContext, currency, locale, offerId, region,
  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.

See Also

Other Cost functions: azureDataConsumption, azureExpenseCalculator