PeeringManagementClient class

Extends

Constructors

PeeringManagementClient(TokenCredential, string, PeeringManagementClientOptionalParams)

Initializes a new instance of the PeeringManagementClient class.

Properties

$host
apiVersion
cdnPeeringPrefixes
connectionMonitorTests
legacyPeerings
lookingGlass
operations
peerAsns
peeringLocations
peerings
peeringServiceCountries
peeringServiceLocations
peeringServiceProviders
peeringServices
prefixes
receivedRoutes
registeredAsns
registeredPrefixes
subscriptionId

Inherited Properties

pipeline

The pipeline used by this client to make requests

Methods

checkServiceProviderAvailability(CheckServiceProviderAvailabilityInput, CheckServiceProviderAvailabilityOptionalParams)

Checks if the peering service provider is present within 1000 miles of customer's location

Inherited Methods

sendOperationRequest<T>(OperationArguments, OperationSpec)

Send an HTTP request that is populated using the provided OperationSpec.

sendRequest(PipelineRequest)

Send the provided httpRequest.

Constructor Details

PeeringManagementClient(TokenCredential, string, PeeringManagementClientOptionalParams)

Initializes a new instance of the PeeringManagementClient class.

new PeeringManagementClient(credentials: TokenCredential, subscriptionId: string, options?: PeeringManagementClientOptionalParams)

Parameters

credentials
TokenCredential

Subscription credentials which uniquely identify client subscription.

subscriptionId

string

The Azure subscription ID.

options
PeeringManagementClientOptionalParams

The parameter options

Property Details

$host

$host: string

Property Value

string

apiVersion

apiVersion: string

Property Value

string

cdnPeeringPrefixes

cdnPeeringPrefixes: CdnPeeringPrefixes

Property Value

connectionMonitorTests

connectionMonitorTests: ConnectionMonitorTests

Property Value

legacyPeerings

legacyPeerings: LegacyPeerings

Property Value

lookingGlass

lookingGlass: LookingGlass

Property Value

operations

operations: Operations

Property Value

peerAsns

peerAsns: PeerAsns

Property Value

peeringLocations

peeringLocations: PeeringLocations

Property Value

peerings

peerings: Peerings

Property Value

peeringServiceCountries

peeringServiceCountries: PeeringServiceCountries

Property Value

peeringServiceLocations

peeringServiceLocations: PeeringServiceLocations

Property Value

peeringServiceProviders

peeringServiceProviders: PeeringServiceProviders

Property Value

peeringServices

peeringServices: PeeringServices

Property Value

prefixes

prefixes: Prefixes

Property Value

receivedRoutes

receivedRoutes: ReceivedRoutes

Property Value

registeredAsns

registeredAsns: RegisteredAsns

Property Value

registeredPrefixes

registeredPrefixes: RegisteredPrefixes

Property Value

subscriptionId

subscriptionId: string

Property Value

string

Inherited Property Details

pipeline

The pipeline used by this client to make requests

pipeline: Pipeline

Property Value

Inherited From coreClient.ServiceClient.pipeline

Method Details

checkServiceProviderAvailability(CheckServiceProviderAvailabilityInput, CheckServiceProviderAvailabilityOptionalParams)

Checks if the peering service provider is present within 1000 miles of customer's location

function checkServiceProviderAvailability(checkServiceProviderAvailabilityInput: CheckServiceProviderAvailabilityInput, options?: CheckServiceProviderAvailabilityOptionalParams): Promise<CheckServiceProviderAvailabilityResponse>

Parameters

checkServiceProviderAvailabilityInput
CheckServiceProviderAvailabilityInput

The CheckServiceProviderAvailabilityInput indicating customer location and service provider.

options
CheckServiceProviderAvailabilityOptionalParams

The options parameters.

Returns

Inherited Method Details

sendOperationRequest<T>(OperationArguments, OperationSpec)

Send an HTTP request that is populated using the provided OperationSpec.

function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>

Parameters

operationArguments
OperationArguments

The arguments that the HTTP request's templated values will be populated from.

operationSpec
OperationSpec

The OperationSpec to use to populate the httpRequest.

Returns

Promise<T>

Inherited From coreClient.ServiceClient.sendOperationRequest

sendRequest(PipelineRequest)

Send the provided httpRequest.

function sendRequest(request: PipelineRequest): Promise<PipelineResponse>

Parameters

request
PipelineRequest

Returns

Promise<PipelineResponse>

Inherited From coreClient.ServiceClient.sendRequest