Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Prefixes

Package version

Class representing a Prefixes.

Hierarchy

  • Prefixes

Index

Constructors

constructor

Methods

listByPeeringService

  • listByPeeringService(resourceGroupName: string, peeringServiceName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrefixesListByPeeringServiceResponse>
  • listByPeeringService(resourceGroupName: string, peeringServiceName: string, callback: msRest.ServiceCallback<PeeringServicePrefixListResult>): void
  • listByPeeringService(resourceGroupName: string, peeringServiceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<PeeringServicePrefixListResult>): void
  • Lists the peerings prefix in the resource group.

    Parameters

    • resourceGroupName: string

      The resource group name.

    • peeringServiceName: string

      The peering service name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.PrefixesListByPeeringServiceResponse>

    Promise<Models.PrefixesListByPeeringServiceResponse>

  • Parameters

    • resourceGroupName: string

      The resource group name.

    • peeringServiceName: string

      The peering service name.

    • callback: msRest.ServiceCallback<PeeringServicePrefixListResult>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The resource group name.

    • peeringServiceName: string

      The peering service name.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<PeeringServicePrefixListResult>

      The callback

    Returns void

listByPeeringServiceNext

  • listByPeeringServiceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PrefixesListByPeeringServiceNextResponse>
  • listByPeeringServiceNext(nextPageLink: string, callback: msRest.ServiceCallback<PeeringServicePrefixListResult>): void
  • listByPeeringServiceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<PeeringServicePrefixListResult>): void
  • Lists the peerings prefix in the resource group.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.PrefixesListByPeeringServiceNextResponse>

    Promise<Models.PrefixesListByPeeringServiceNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<PeeringServicePrefixListResult>

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

      The callback

    Returns void

Generated using TypeDoc