Share via


Express Route Service Providers - List

Kullanılabilir tüm express route hizmeti sağlayıcılarını alır.

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

URI Parametreleri

Name İçinde Gerekli Tür Description
subscriptionId
path True

string

Microsoft Azure aboneliğini benzersiz olarak tanımlayan abonelik kimlik bilgileri. Abonelik kimliği, her hizmet çağrısı için URI'nin bir parçasını oluşturur.

api-version
query True

string

İstemci API sürümü.

Yanıtlar

Name Tür Description
200 OK

ExpressRouteServiceProviderListResult

İstek başarılı. İşlem, ExpressRouteServiceProvider kaynaklarının listesini döndürür.

Other Status Codes

CloudError

İşlemin neden başarısız olduğunu açıklayan hata yanıtı.

Güvenlik

azure_auth

Azure Active Directory OAuth2 Flow.

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation kullanıcı hesabınızın kimliğine bürünme

Örnekler

List ExpressRoute providers

Sample Request

GET https://management.azure.com/subscriptions/subid/providers/Microsoft.Network/expressRouteServiceProviders?api-version=2023-09-01

Sample Response

{
  "value": [
    {
      "name": "providerName",
      "id": "/subscriptions//resourceGroups//providers/Microsoft.Network/expressRouteServiceProviders/",
      "type": "Microsoft.Network/expressRouteServiceProviders",
      "properties": {
        "provisioningState": "Succeeded",
        "peeringLocations": [
          "peeringLocation1",
          "peeringLocation2"
        ],
        "bandwidthsOffered": [
          {
            "offerName": "50Mbps",
            "valueInMbps": 50
          },
          {
            "offerName": "100Mbps",
            "valueInMbps": 100
          },
          {
            "offerName": "200Mbps",
            "valueInMbps": 200
          },
          {
            "offerName": "500Mbps",
            "valueInMbps": 500
          },
          {
            "offerName": "1Gbps",
            "valueInMbps": 1000
          },
          {
            "offerName": "2Gbps",
            "valueInMbps": 2000
          },
          {
            "offerName": "5Gbps",
            "valueInMbps": 5000
          },
          {
            "offerName": "10Gbps",
            "valueInMbps": 10000
          }
        ]
      }
    }
  ]
}

Tanımlar

Name Description
CloudError

Hizmetten bir hata yanıtı.

CloudErrorBody

Hizmetten bir hata yanıtı.

ExpressRouteServiceProvider

ExpressRouteResourceProvider nesnesi.

ExpressRouteServiceProviderBandwidthsOffered

ExpressRouteServiceProvider kaynaklarında sunulan bant genişliklerini içerir.

ExpressRouteServiceProviderListResult

ListExpressRouteServiceProvider API hizmet çağrısı için yanıt.

ProvisioningState

Geçerli sağlama durumu.

CloudError

Hizmetten bir hata yanıtı.

Name Tür Description
error

CloudErrorBody

Bulut hata gövdesi.

CloudErrorBody

Hizmetten bir hata yanıtı.

Name Tür Description
code

string

Hatanın tanımlayıcısı. Kodlar sabittir ve program aracılığıyla kullanılması amaçlanmıştır.

details

CloudErrorBody[]

Hatayla ilgili ek ayrıntıların listesi.

message

string

Hatayı açıklayan ve kullanıcı arabiriminde görüntülenmeye uygun olması amaçlanan bir ileti.

target

string

Belirli bir hatanın hedefi. Örneğin, özelliğin adı hatalı.

ExpressRouteServiceProvider

ExpressRouteResourceProvider nesnesi.

Name Tür Description
id

string

Kaynak Kimliği.

location

string

Kaynak konumu.

name

string

Kaynak adı.

properties.bandwidthsOffered

ExpressRouteServiceProviderBandwidthsOffered[]

Sunulan bant genişliklerinin listesi.

properties.peeringLocations

string[]

Eşleme konumlarının listesi.

properties.provisioningState

ProvisioningState

Express route hizmeti sağlayıcısı kaynağının sağlama durumu.

tags

object

Kaynak etiketleri.

type

string

Kaynak türü.

ExpressRouteServiceProviderBandwidthsOffered

ExpressRouteServiceProvider kaynaklarında sunulan bant genişliklerini içerir.

Name Tür Description
offerName

string

The OfferName.

valueInMbps

integer

The ValueInMbps.

ExpressRouteServiceProviderListResult

ListExpressRouteServiceProvider API hizmet çağrısı için yanıt.

Name Tür Description
nextLink

string

Sonraki sonuç kümesini almak için URL.

value

ExpressRouteServiceProvider[]

ExpressRouteResourceProvider kaynaklarının listesi.

ProvisioningState

Geçerli sağlama durumu.

Name Tür Description
Deleting

string

Failed

string

Succeeded

string

Updating

string