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(regionId: string, options?: Models.UsagesListOptionalParams): Promise<Models.UsagesListResponse>
  • list(regionId: string, callback: msRest.ServiceCallback<UsageListResponse>): void
  • list(regionId: string, options: UsagesListOptionalParams, callback: msRest.ServiceCallback<UsageListResponse>): void
  • Returns list of usage in region

    summary

    Implements Usages List method

    Parameters

    • regionId: string

      The region Id (westus, eastus)

    • Optional options: Models.UsagesListOptionalParams

    Returns Promise<Models.UsagesListResponse>

    Promise<Models.UsagesListResponse>

  • Parameters

    • regionId: string

      The region Id (westus, eastus)

    • callback: msRest.ServiceCallback<UsageListResponse>

      The callback

    Returns void

  • Parameters

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.UsagesListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<UsageListResponse>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<UsageListResponse>): void
  • Returns list of usage in region

    summary

    Implements Usages List method

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

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

      The callback

    Returns void

Generated using TypeDoc