Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Balances

Package version

Class representing a Balances.

Hierarchy

  • Balances

Index

Constructors

constructor

Methods

getByBillingAccount

  • getByBillingAccount(billingAccountId: string, options?: msRest.RequestOptionsBase): Promise<Models.BalancesGetByBillingAccountResponse>
  • getByBillingAccount(billingAccountId: string, callback: msRest.ServiceCallback<Balance>): void
  • getByBillingAccount(billingAccountId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Balance>): void
  • Gets the balances for a scope by billingAccountId. Balances are available via this API only for May 1, 2014 or later.

    Parameters

    • billingAccountId: string

      BillingAccount ID

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.BalancesGetByBillingAccountResponse>

    Promise<Models.BalancesGetByBillingAccountResponse>

  • Parameters

    • billingAccountId: string

      BillingAccount ID

    • callback: msRest.ServiceCallback<Balance>

      The callback

    Returns void

  • Parameters

    • billingAccountId: string

      BillingAccount ID

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<Balance>

      The callback

    Returns void

getForBillingPeriodByBillingAccount

  • getForBillingPeriodByBillingAccount(billingAccountId: string, billingPeriodName: string, options?: msRest.RequestOptionsBase): Promise<Models.BalancesGetForBillingPeriodByBillingAccountResponse>
  • getForBillingPeriodByBillingAccount(billingAccountId: string, billingPeriodName: string, callback: msRest.ServiceCallback<Balance>): void
  • getForBillingPeriodByBillingAccount(billingAccountId: string, billingPeriodName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Balance>): void
  • Gets the balances for a scope by billing period and billingAccountId. Balances are available via this API only for May 1, 2014 or later.

    Parameters

    • billingAccountId: string

      BillingAccount ID

    • billingPeriodName: string

      Billing Period Name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.BalancesGetForBillingPeriodByBillingAccountResponse>

    Promise<Models.BalancesGetForBillingPeriodByBillingAccountResponse>

  • Parameters

    • billingAccountId: string

      BillingAccount ID

    • billingPeriodName: string

      Billing Period Name.

    • callback: msRest.ServiceCallback<Balance>

      The callback

    Returns void

  • Parameters

    • billingAccountId: string

      BillingAccount ID

    • billingPeriodName: string

      Billing Period Name.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<Balance>

      The callback

    Returns void

Generated using TypeDoc