Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PriceSheet

Package version

Class representing a PriceSheet.

Hierarchy

  • PriceSheet

Index

Constructors

Methods

Constructors

constructor

Methods

get

getByBillingPeriod

  • getByBillingPeriod(billingPeriodName: string, options?: Models.PriceSheetGetByBillingPeriodOptionalParams): Promise<Models.PriceSheetGetByBillingPeriodResponse>
  • getByBillingPeriod(billingPeriodName: string, callback: msRest.ServiceCallback<PriceSheetResult>): void
  • getByBillingPeriod(billingPeriodName: string, options: PriceSheetGetByBillingPeriodOptionalParams, callback: msRest.ServiceCallback<PriceSheetResult>): void
  • Get the price sheet for a scope by subscriptionId and billing period. Price sheet is available via this API only for May 1, 2014 or later.

    Parameters

    • billingPeriodName: string

      Billing Period Name.

    • Optional options: Models.PriceSheetGetByBillingPeriodOptionalParams

    Returns Promise<Models.PriceSheetGetByBillingPeriodResponse>

    Promise<Models.PriceSheetGetByBillingPeriodResponse>

  • Parameters

    • billingPeriodName: string

      Billing Period Name.

    • callback: msRest.ServiceCallback<PriceSheetResult>

      The callback

    Returns void

  • Parameters

    Returns void

Generated using TypeDoc