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<QuotaList>): void
  • list(location: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<QuotaList>): void
  • This method returns region-specific quotas and resource usage information for the Database Migration Service.

    summary

    Get resource quotas and usage information

    Parameters

    • location: string

      The Azure region of the operation

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.UsagesListResponse>

    Promise<Models.UsagesListResponse>

  • Parameters

    • location: string

      The Azure region of the operation

    • callback: msRest.ServiceCallback<QuotaList>

      The callback

    Returns void

  • Parameters

    • location: string

      The Azure region of the operation

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<QuotaList>

      The callback

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.UsagesListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<QuotaList>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<QuotaList>): void
  • This method returns region-specific quotas and resource usage information for the Database Migration Service.

    summary

    Get resource quotas and usage information

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

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

      The callback

    Returns void

Generated using TypeDoc