Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Regions

Package version

Class representing a Regions.

Hierarchy

  • Regions

Index

Constructors

Methods

Constructors

constructor

Methods

listBySku

  • listBySku(sku: string, options?: msRest.RequestOptionsBase): Promise<Models.RegionsListBySkuResponse>
  • listBySku(sku: string, callback: msRest.ServiceCallback<MessagingRegionsListResult>): void
  • listBySku(sku: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<MessagingRegionsListResult>): void
  • Gets the available Regions for a given sku

    Parameters

    • sku: string

      The sku type.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.RegionsListBySkuResponse>

    Promise<Models.RegionsListBySkuResponse>

  • Parameters

    Returns void

  • Parameters

    • sku: string

      The sku type.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<MessagingRegionsListResult>

      The callback

    Returns void

listBySkuNext

  • listBySkuNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RegionsListBySkuNextResponse>
  • listBySkuNext(nextPageLink: string, callback: msRest.ServiceCallback<MessagingRegionsListResult>): void
  • listBySkuNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<MessagingRegionsListResult>): void
  • Gets the available Regions for a given sku

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.RegionsListBySkuNextResponse>

    Promise<Models.RegionsListBySkuNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<MessagingRegionsListResult>

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

      The callback

    Returns void

Generated using TypeDoc