Express Route Service Providers

Gets all the available express route service providers.

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteServiceProviders?api-version={api-version}

URI Parameters

Name In Required Type Description
subscriptionId
path True
  • string

The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

api-version
query True
  • string

Client API version.

Responses

Name Type Description
200 OK

Request successful. The operation returns a list of ExpressRouteServiceProdiver resources.

Media Types: "application/json", "text/json"

Definitions

ExpressRouteServiceProvider

A ExpressRouteResourceProvider object.

ExpressRouteServiceProviderBandwidthsOffered

Contains bandwidths offered in ExpressRouteServiceProvider resources.

ExpressRouteServiceProviderListResult

A ExpressRouteResourceProvider object.

Name Type Description
bandwidthsOffered

Gets bandwidths offered.

id
  • string

Resource ID.

location
  • string

Resource location.

name
  • string

Resource name.

peeringLocations
  • string[]

Get a list of peering locations.

provisioningState
  • string

Gets the provisioning state of the resource.

tags
  • <string, string>

Resource tags.

type
  • string

Resource type.

Contains bandwidths offered in ExpressRouteServiceProvider resources.

Name Type Description
offerName
  • string

The OfferName.

valueInMbps
  • integer
    int32

The ValueInMbps.

Name Type Description
nextLink
  • string

The URL to get the next set of results.

value

A list of ExpressRouteResourceProvider resources.