Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PeeringLocations

Package version

Class representing a PeeringLocations.

Hierarchy

  • PeeringLocations

Index

Constructors

Methods

Constructors

constructor

Methods

list

  • Lists all of the available peering locations for the specified kind of peering.

    Parameters

    • kind: Models.Kind2

      The kind of the peering. Possible values include: 'Direct', 'Exchange'

    • Optional options: Models.PeeringLocationsListOptionalParams

    Returns Promise<Models.PeeringLocationsListResponse>

    Promise<Models.PeeringLocationsListResponse>

  • Parameters

    • kind: Models.Kind2

      The kind of the peering. Possible values include: 'Direct', 'Exchange'

    • callback: msRest.ServiceCallback<PeeringLocationListResult>

      The callback

    Returns void

  • Parameters

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PeeringLocationsListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<PeeringLocationListResult>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<PeeringLocationListResult>): void
  • Lists all of the available peering locations for the specified kind of peering.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.PeeringLocationsListNextResponse>

    Promise<Models.PeeringLocationsListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<PeeringLocationListResult>

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

      The callback

    Returns void

Generated using TypeDoc