Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LegacyPeerings

Package version

Class representing a LegacyPeerings.

Hierarchy

  • LegacyPeerings

Index

Constructors

Methods

Constructors

constructor

Methods

list

  • list(peeringLocation: string, kind: Models.Kind1, options?: msRest.RequestOptionsBase): Promise<Models.LegacyPeeringsListResponse>
  • list(peeringLocation: string, kind: Models.Kind1, callback: msRest.ServiceCallback<PeeringListResult>): void
  • list(peeringLocation: string, kind: Models.Kind1, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<PeeringListResult>): void
  • Lists all of the legacy peerings under the given subscription matching the specified kind and location.

    Parameters

    • peeringLocation: string

      The location of the peering.

    • kind: Models.Kind1

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

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.LegacyPeeringsListResponse>

    Promise<Models.LegacyPeeringsListResponse>

  • Parameters

    • peeringLocation: string

      The location of the peering.

    • kind: Models.Kind1

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

    • callback: msRest.ServiceCallback<PeeringListResult>

      The callback

    Returns void

  • Parameters

    • peeringLocation: string

      The location of the peering.

    • kind: Models.Kind1

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

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<PeeringListResult>

      The callback

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.LegacyPeeringsListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<PeeringListResult>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<PeeringListResult>): void
  • Lists all of the legacy peerings under the given subscription matching the specified kind and location.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.LegacyPeeringsListNextResponse>

    Promise<Models.LegacyPeeringsListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<PeeringListResult>

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

      The callback

    Returns void

Generated using TypeDoc