Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RateCard

Package version

Class representing a RateCard.

Hierarchy

  • RateCard

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get(filter: string, options?: msRest.RequestOptionsBase): Promise<Models.RateCardGetResponse>
  • get(filter: string, callback: msRest.ServiceCallback<ResourceRateCardInfo>): void
  • get(filter: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ResourceRateCardInfo>): void
  • Enables you to query for the resource/meter metadata and related prices used in a given subscription by Offer ID, Currency, Locale and Region. The metadata associated with the billing meters, including but not limited to service names, types, resources, units of measure, and regions, is subject to change at any time and without notice. If you intend to use this billing data in an automated fashion, please use the billing meter GUID to uniquely identify each billable item. If the billing meter GUID is scheduled to change due to a new billing model, you will be notified in advance of the change.

    Parameters

    • filter: string

      The filter to apply on the operation. It ONLY supports the 'eq' and 'and' logical operators at this time. All the 4 query parameters 'OfferDurableId', 'Currency', 'Locale', 'Region' are required to be a part of the $filter.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.RateCardGetResponse>

    Promise<Models.RateCardGetResponse>

  • Parameters

    • filter: string

      The filter to apply on the operation. It ONLY supports the 'eq' and 'and' logical operators at this time. All the 4 query parameters 'OfferDurableId', 'Currency', 'Locale', 'Region' are required to be a part of the $filter.

    • callback: msRest.ServiceCallback<ResourceRateCardInfo>

      The callback

    Returns void

  • Parameters

    • filter: string

      The filter to apply on the operation. It ONLY supports the 'eq' and 'and' logical operators at this time. All the 4 query parameters 'OfferDurableId', 'Currency', 'Locale', 'Region' are required to be a part of the $filter.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ResourceRateCardInfo>

      The callback

    Returns void

Generated using TypeDoc