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 |
|
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 |
|
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 |
|
Resource ID. |
| location |
|
Resource location. |
| name |
|
Resource name. |
| peeringLocations |
|
Get a list of peering locations. |
| provisioningState |
|
Gets the provisioning state of the resource. |
| tags |
|
Resource tags. |
| type |
|
Resource type. |
Contains bandwidths offered in ExpressRouteServiceProvider resources.
| Name | Type | Description |
|---|---|---|
| offerName |
|
The OfferName. |
| valueInMbps |
|
The ValueInMbps. |
| Name | Type | Description |
|---|---|---|
| nextLink |
|
The URL to get the next set of results. |
| value |
A list of ExpressRouteResourceProvider resources. |