Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SkusAvailability

Package version

Class representing a SkusAvailability.

Hierarchy

  • SkusAvailability

Index

Constructors

Methods

Constructors

constructor

Methods

list

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.SkusAvailabilityListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<SkuAvailabilityListResponse>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<SkuAvailabilityListResponse>): void
  • Returns list of available resources in region

    summary

    Implements SkuAvailability List method

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.SkusAvailabilityListNextResponse>

    Promise<Models.SkusAvailabilityListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<SkuAvailabilityListResponse>

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

      The callback

    Returns void

Generated using TypeDoc