Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Account

Package version

Class representing a Account.

Hierarchy

  • Account

Index

Constructors

constructor

Methods

listNodeAgentSkus

listNodeAgentSkusNext

  • summary

    Lists all node agent SKUs supported by the Azure Batch service.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: Models.AccountListNodeAgentSkusNextOptionalParams

    Returns Promise<Models.AccountListNodeAgentSkusResponse>

    Promise<Models.AccountListNodeAgentSkusResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<AccountListNodeAgentSkusResult>

      The callback

    Returns void

  • Parameters

    Returns void

listPoolNodeCounts

listPoolNodeCountsNext

  • Gets the number of nodes in each state, grouped by pool.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: Models.AccountListPoolNodeCountsNextOptionalParams

    Returns Promise<Models.AccountListPoolNodeCountsResponse>

    Promise<Models.AccountListPoolNodeCountsResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<PoolNodeCountsListResult>

      The callback

    Returns void

  • Parameters

    Returns void

Generated using TypeDoc