Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UsageHistory

Package version

Class representing a UsageHistory.

Hierarchy

  • UsageHistory

Index

Constructors

Methods

Constructors

constructor

Methods

list

  • list(resourceGroupName: string, commitmentPlanName: string, options?: Models.UsageHistoryListOptionalParams): Promise<Models.UsageHistoryListResponse>
  • list(resourceGroupName: string, commitmentPlanName: string, callback: msRest.ServiceCallback<PlanUsageHistoryListResult>): void
  • list(resourceGroupName: string, commitmentPlanName: string, options: UsageHistoryListOptionalParams, callback: msRest.ServiceCallback<PlanUsageHistoryListResult>): void
  • Retrieve the usage history for an Azure ML commitment plan.

    Parameters

    • resourceGroupName: string

      The resource group name.

    • commitmentPlanName: string

      The Azure ML commitment plan name.

    • Optional options: Models.UsageHistoryListOptionalParams

    Returns Promise<Models.UsageHistoryListResponse>

    Promise<Models.UsageHistoryListResponse>

  • Parameters

    • resourceGroupName: string

      The resource group name.

    • commitmentPlanName: string

      The Azure ML commitment plan name.

    • callback: msRest.ServiceCallback<PlanUsageHistoryListResult>

      The callback

    Returns void

  • Parameters

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.UsageHistoryListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<PlanUsageHistoryListResult>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<PlanUsageHistoryListResult>): void
  • Retrieve the usage history for an Azure ML commitment plan.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.UsageHistoryListNextResponse>

    Promise<Models.UsageHistoryListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<PlanUsageHistoryListResult>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<PlanUsageHistoryListResult>

      The callback

    Returns void

Generated using TypeDoc