swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector ExpressRouteServiceProviders API schemes: - https tags: - name: ExpressRouteServiceProviders paths: /subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteServiceProviders: get: tags: - ExpressRouteServiceProviders operationId: microsoftAzureExpressrouteserviceprovidersList description: The List ExpressRouteServiceProvider operation retrieves all the available ExpressRouteServiceProviders. parameters: - $ref: '#/parameters/ApiVersionParameter' - $ref: '#/parameters/SubscriptionIdParameter' responses: '200': description: '' schema: $ref: '#/definitions/ExpressRouteServiceProviderListResult' x-ms-pageable: nextLinkName: nextLink summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Expressrouteserviceproviders definitions: ExpressRouteServiceProviderBandwidthsOffered: properties: offerName: type: string description: Gets the OfferName valueInMbps: type: integer format: int32 description: Gets the ValueInMbps. description: Contains Bandwidths offered in ExpressRouteServiceProviders ExpressRouteServiceProviderListResult: properties: value: type: array items: $ref: '#/definitions/ExpressRouteServiceProvider' description: Gets List of ExpressRouteResourceProvider nextLink: type: string description: Gets the URL to get the next set of results. description: Response for ListExpressRouteServiceProvider Api service call ExpressRouteServiceProviderPropertiesFormat: properties: peeringLocations: type: array items: type: string description: Gets or list of peering locations bandwidthsOffered: type: array items: $ref: '#/definitions/ExpressRouteServiceProviderBandwidthsOffered' description: Gets or bandwidths offered provisioningState: type: string description: 'Gets or sets Provisioning state of the resource ' description: Properties of ExpressRouteServiceProvider ExpressRouteServiceProvider: properties: id: type: string description: Gets or sets the ID of the resource. name: type: string description: Gets or sets the name of the resource. type: type: string description: Gets or sets the type of the resource. properties: $ref: '#/definitions/ExpressRouteServiceProviderPropertiesFormat' description: ExpressRouteResourceProvider object parameters: ApiVersionParameter: name: api-version in: query required: true type: string description: Client Api Version. SubscriptionIdParameter: name: subscriptionId in: path required: true type: string description: Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'