Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Usages

Package version

Class representing a Usages.

Hierarchy

  • Usages

Index

Constructors

Methods

Constructors

constructor

Methods

list

  • list(location: string, options?: msRest.RequestOptionsBase): Promise<Models.UsagesListResponse>
  • list(location: string, callback: msRest.ServiceCallback<ListUsagesResult>): void
  • list(location: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ListUsagesResult>): void
  • Gets the current usage information as well as limits for Batch AI resources for given subscription.

    Parameters

    • location: string

      The location for which resource usage is queried.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.UsagesListResponse>

    Promise<Models.UsagesListResponse>

  • Parameters

    • location: string

      The location for which resource usage is queried.

    • callback: msRest.ServiceCallback<ListUsagesResult>

      The callback

    Returns void

  • Parameters

    • location: string

      The location for which resource usage is queried.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ListUsagesResult>

      The callback

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.UsagesListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<ListUsagesResult>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ListUsagesResult>): void
  • Gets the current usage information as well as limits for Batch AI resources for given subscription.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.UsagesListNextResponse>

    Promise<Models.UsagesListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<ListUsagesResult>

      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<ListUsagesResult>

      The callback

    Returns void

Generated using TypeDoc