共用方式為


Microsoft.Network expressRouteCrossConnections 2019-02-01

Bicep 資源定義

expressRouteCrossConnections 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Network/expressRouteCrossConnections 資源,請將下列 Bicep 新增至範本。

resource symbolicname 'Microsoft.Network/expressRouteCrossConnections@2019-02-01' = {
  location: 'string'
  name: 'string'
  properties: {
    bandwidthInMbps: int
    expressRouteCircuit: {
      id: 'string'
    }
    peeringLocation: 'string'
    peerings: [
      {
        id: 'string'
        name: 'string'
        properties: {
          gatewayManagerEtag: 'string'
          ipv6PeeringConfig: {
            microsoftPeeringConfig: {
              advertisedCommunities: [
                'string'
              ]
              advertisedPublicPrefixes: [
                'string'
              ]
              advertisedPublicPrefixesState: 'string'
              customerASN: int
              legacyMode: int
              routingRegistryName: 'string'
            }
            primaryPeerAddressPrefix: 'string'
            routeFilter: {
              id: 'string'
              location: 'string'
              properties: {
                peerings: [
                  {
                    id: 'string'
                    name: 'string'
                    properties: {
                      azureASN: int
                      connections: [
                        {
                          id: 'string'
                          name: 'string'
                          properties: {
                            addressPrefix: 'string'
                            authorizationKey: 'string'
                            expressRouteCircuitPeering: {
                              id: 'string'
                            }
                            peerExpressRouteCircuitPeering: {
                              id: 'string'
                            }
                          }
                        }
                      ]
                      expressRouteConnection: {}
                      gatewayManagerEtag: 'string'
                      ipv6PeeringConfig: ...
                      lastModifiedBy: 'string'
                      microsoftPeeringConfig: {
                        advertisedCommunities: [
                          'string'
                        ]
                        advertisedPublicPrefixes: [
                          'string'
                        ]
                        advertisedPublicPrefixesState: 'string'
                        customerASN: int
                        legacyMode: int
                        routingRegistryName: 'string'
                      }
                      peerASN: int
                      peeringType: 'string'
                      primaryAzurePort: 'string'
                      primaryPeerAddressPrefix: 'string'
                      provisioningState: 'string'
                      routeFilter: ...
                      secondaryAzurePort: 'string'
                      secondaryPeerAddressPrefix: 'string'
                      sharedKey: 'string'
                      state: 'string'
                      stats: {
                        primarybytesIn: int
                        primarybytesOut: int
                        secondarybytesIn: int
                        secondarybytesOut: int
                      }
                      vlanId: int
                    }
                  }
                ]
                rules: [
                  {
                    id: 'string'
                    location: 'string'
                    name: 'string'
                    properties: {
                      access: 'string'
                      communities: [
                        'string'
                      ]
                      routeFilterRuleType: 'string'
                    }
                  }
                ]
              }
              tags: {
                {customized property}: 'string'
              }
            }
            secondaryPeerAddressPrefix: 'string'
            state: 'string'
          }
          lastModifiedBy: 'string'
          microsoftPeeringConfig: {
            advertisedCommunities: [
              'string'
            ]
            advertisedPublicPrefixes: [
              'string'
            ]
            advertisedPublicPrefixesState: 'string'
            customerASN: int
            legacyMode: int
            routingRegistryName: 'string'
          }
          peerASN: int
          peeringType: 'string'
          primaryPeerAddressPrefix: 'string'
          secondaryPeerAddressPrefix: 'string'
          sharedKey: 'string'
          state: 'string'
          vlanId: int
        }
      }
    ]
    serviceProviderNotes: 'string'
    serviceProviderProvisioningState: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
}

屬性值

ExpressRouteCircuitConnection

名字 描述 價值
id 資源標識碼。 字串
名字 取得資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 快速路由線路連線的屬性。 ExpressRouteCircuitConnectionPropertiesFormat

ExpressRouteCircuitConnectionPropertiesFormat

名字 描述 價值
addressPrefix /29 IP 位址空間,以找出通道的客戶位址。 字串
authorizationKey 授權金鑰。 字串
expressRouteCircuitPeering 起始連線之線路的 Express Route 線路私人對等互連資源的參考。 SubResource
peerExpressRouteCircuitPeering 對等互連線路的 Express Route 線路私人對等互連資源的參考。 SubResource

ExpressRouteCircuitPeering

名字 描述 價值
id 資源標識碼。 字串
名字 取得資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 Express Route 線路對等互連的屬性。 ExpressRouteCircuitPeeringPropertiesFormat

ExpressRouteCircuitPeeringConfig

名字 描述 價值
公告社群 bgp 對等互連的社群。 針對 Microsoft 對等互連指定 string[]
advertisedPublicPrefixes AdvertisedPublicPrefixes 的參考。 string[]
advertisedPublicPrefixesState Peering 資源的 AdvertisedPublicPrefixState。 可能的值為 'NotConfigured'、'Configuring'、'Configured'和 'ValidationNeeded'。 'Configured'
'Configuring'
'NotConfigured'
'ValidationNeeded'
customerASN 對等互連的 CustomerASN。 int
legacyMode 對等互連的舊版模式。 int
routingRegistryName 組態的 RoutingRegistryName。 字串

ExpressRouteCircuitPeeringPropertiesFormat

名字 描述 價值
azureASN Azure ASN。 int
連接 此線路與 Azure 私人對等互連相關聯的線路連線清單。 ExpressRouteCircuitConnection[]
expressRouteConnection ExpressRoute 連線。 ExpressRouteConnectionId
gatewayManagerEtag GatewayManager Etag。 字串
ipv6PeeringConfig IPv6 對等互連設定。 Ipv6ExpressRouteCircuitPeeringConfig
lastModifiedBy 取得提供者或客戶上次修改對等互連。 字串
microsoftPeeringConfig Microsoft對等互連組態。 ExpressRouteCircuitPeeringConfig
peerASN 對等 ASN。 int

約束:
最小值 = 1
最大值 = 4294967295
peeringType 對等互連類型。 'AzurePrivatePeering'
'AzurePublicPeering'
'MicrosoftPeering'
primaryAzurePort 主要埠。 字串
primaryPeerAddressPrefix 主要位址前置詞。 字串
provisioningState 取得公用IP資源的布建狀態。 可能的值為:『Updateing』、『刪除』和『Failed』。 字串
routeFilter RouteFilter 資源的參考。 RouteFilter
secondaryAzurePort 次要埠。 字串
secondaryPeerAddressPrefix 次要位址前置詞。 字串
sharedKey 共用金鑰。 字串
對等互連狀態。 'Disabled'
'Enabled'
統計 取得對等互連統計數據。 ExpressRouteCircuitStats
vlanId VLAN 識別碼。 int

ExpressRouteCircuitReference

名字 描述 價值
id 對應的 Express Route 線路標識碼。 字串

ExpressRouteCircuitStats

名字 描述 價值
primarybytesIn 取得對等互連的 BytesIn。 int
primarybytesOut 取得對等互連的 BytesOut。 int
secondarybytesIn 取得對等互連的 BytesIn。 int
secondarybytesOut 取得對等互連的 BytesOut。 int

ExpressRouteConnectionId

名字 描述 價值

ExpressRouteCrossConnectionPeering

名字 描述 價值
id 資源標識碼。 字串
名字 取得資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 Express Route 交叉連線對等互連的屬性。 ExpressRouteCrossConnectionPeeringProperties

ExpressRouteCrossConnectionPeeringProperties

名字 描述 價值
gatewayManagerEtag GatewayManager Etag。 字串
ipv6PeeringConfig IPv6 對等互連設定。 Ipv6ExpressRouteCircuitPeeringConfig
lastModifiedBy 取得提供者或客戶上次修改對等互連。 字串
microsoftPeeringConfig Microsoft對等互連組態。 ExpressRouteCircuitPeeringConfig
peerASN 對等 ASN。 int

約束:
最小值 = 1
最大值 = 4294967295
peeringType 對等互連類型。 'AzurePrivatePeering'
'AzurePublicPeering'
'MicrosoftPeering'
primaryPeerAddressPrefix 主要位址前置詞。 字串
secondaryPeerAddressPrefix 次要位址前置詞。 字串
sharedKey 共用金鑰。 字串
對等互連狀態。 'Disabled'
'Enabled'
vlanId VLAN 識別碼。 int

ExpressRouteCrossConnectionProperties

名字 描述 價值
bandwidthInMbps 以 Mbps 為單位的線路頻寬。 int
expressRouteCircuit The ExpressRouteCircuit ExpressRouteCircuitReference
peeringLocation ExpressRoute 線路的對等互連位置。 字串
對等互連 對等互連的清單。 ExpressRouteCrossConnectionPeering[]
serviceProviderNotes 線上提供者所設定的其他唯讀附註。 字串
serviceProviderProvisioningState 線上提供者系統中線路的布建狀態。 '取消布建'
'NotProvisioned'
'Provisioned'
'Provisioning'

Ipv6ExpressRouteCircuitPeeringConfig

名字 描述 價值
microsoftPeeringConfig Microsoft對等互連組態。 ExpressRouteCircuitPeeringConfig
primaryPeerAddressPrefix 主要位址前置詞。 字串
routeFilter RouteFilter 資源的參考。 RouteFilter
secondaryPeerAddressPrefix 次要位址前置詞。 字串
對等互連的狀態。 可能的值為:'Disabled' 和 'Enabled' 'Disabled'
'Enabled'

Microsoft.Network/expressRouteCrossConnections

名字 描述 價值
位置 資源位置。 字串
名字 資源名稱 字串 (必要)
性能 快速路由交叉連線的屬性。 ExpressRouteCrossConnectionProperties
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤

ResourceTags

名字 描述 價值

ResourceTags

名字 描述 價值

RouteFilter

名字 描述 價值
id 資源標識碼。 字串
位置 資源位置。 字串
性能 路由篩選的屬性。 RouteFilterPropertiesFormat
標籤 資源標籤。 ResourceTags

RouteFilterPropertiesFormat

名字 描述 價值
對等互連 快速路由線路對等互連的參考集合。 ExpressRouteCircuitPeering[]
規則 RouteFilterRules 集合包含在路由篩選內。 RouteFilterRule[]

RouteFilterRule

名字 描述 價值
id 資源標識碼。 字串
位置 資源位置。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 路由篩選規則的屬性。 RouteFilterRulePropertiesFormat

RouteFilterRulePropertiesFormat

名字 描述 價值
訪問 規則的存取類型。 'Allow'
'拒絕' (必要)
社區 要篩選之 bgp 社群值的集合。例如 ['12076:5010','12076:5020'] string[] (必要)
routeFilterRuleType 規則的規則類型。 有效值為:'Community' 'Community' (必要)

SubResource

名字 描述 價值
id 資源標識碼。 字串

ARM 樣本資源定義

expressRouteCrossConnections 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Network/expressRouteCrossConnections 資源,請將下列 JSON 新增至範本。

{
  "type": "Microsoft.Network/expressRouteCrossConnections",
  "apiVersion": "2019-02-01",
  "name": "string",
  "location": "string",
  "properties": {
    "bandwidthInMbps": "int",
    "expressRouteCircuit": {
      "id": "string"
    },
    "peeringLocation": "string",
    "peerings": [
      {
        "id": "string",
        "name": "string",
        "properties": {
          "gatewayManagerEtag": "string",
          "ipv6PeeringConfig": {
            "microsoftPeeringConfig": {
              "advertisedCommunities": [ "string" ],
              "advertisedPublicPrefixes": [ "string" ],
              "advertisedPublicPrefixesState": "string",
              "customerASN": "int",
              "legacyMode": "int",
              "routingRegistryName": "string"
            },
            "primaryPeerAddressPrefix": "string",
            "routeFilter": {
              "id": "string",
              "location": "string",
              "properties": {
                "peerings": [
                  {
                    "id": "string",
                    "name": "string",
                    "properties": {
                      "azureASN": "int",
                      "connections": [
                        {
                          "id": "string",
                          "name": "string",
                          "properties": {
                            "addressPrefix": "string",
                            "authorizationKey": "string",
                            "expressRouteCircuitPeering": {
                              "id": "string"
                            },
                            "peerExpressRouteCircuitPeering": {
                              "id": "string"
                            }
                          }
                        }
                      ],
                      "expressRouteConnection": {
                      },
                      "gatewayManagerEtag": "string",
                      "ipv6PeeringConfig": ...,
                      "lastModifiedBy": "string",
                      "microsoftPeeringConfig": {
                        "advertisedCommunities": [ "string" ],
                        "advertisedPublicPrefixes": [ "string" ],
                        "advertisedPublicPrefixesState": "string",
                        "customerASN": "int",
                        "legacyMode": "int",
                        "routingRegistryName": "string"
                      },
                      "peerASN": "int",
                      "peeringType": "string",
                      "primaryAzurePort": "string",
                      "primaryPeerAddressPrefix": "string",
                      "provisioningState": "string",
                      "routeFilter": ...,
                      "secondaryAzurePort": "string",
                      "secondaryPeerAddressPrefix": "string",
                      "sharedKey": "string",
                      "state": "string",
                      "stats": {
                        "primarybytesIn": "int",
                        "primarybytesOut": "int",
                        "secondarybytesIn": "int",
                        "secondarybytesOut": "int"
                      },
                      "vlanId": "int"
                    }
                  }
                ],
                "rules": [
                  {
                    "id": "string",
                    "location": "string",
                    "name": "string",
                    "properties": {
                      "access": "string",
                      "communities": [ "string" ],
                      "routeFilterRuleType": "string"
                    }
                  }
                ]
              },
              "tags": {
                "{customized property}": "string"
              }
            },
            "secondaryPeerAddressPrefix": "string",
            "state": "string"
          },
          "lastModifiedBy": "string",
          "microsoftPeeringConfig": {
            "advertisedCommunities": [ "string" ],
            "advertisedPublicPrefixes": [ "string" ],
            "advertisedPublicPrefixesState": "string",
            "customerASN": "int",
            "legacyMode": "int",
            "routingRegistryName": "string"
          },
          "peerASN": "int",
          "peeringType": "string",
          "primaryPeerAddressPrefix": "string",
          "secondaryPeerAddressPrefix": "string",
          "sharedKey": "string",
          "state": "string",
          "vlanId": "int"
        }
      }
    ],
    "serviceProviderNotes": "string",
    "serviceProviderProvisioningState": "string"
  },
  "tags": {
    "{customized property}": "string"
  }
}

屬性值

ExpressRouteCircuitConnection

名字 描述 價值
id 資源標識碼。 字串
名字 取得資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 快速路由線路連線的屬性。 ExpressRouteCircuitConnectionPropertiesFormat

ExpressRouteCircuitConnectionPropertiesFormat

名字 描述 價值
addressPrefix /29 IP 位址空間,以找出通道的客戶位址。 字串
authorizationKey 授權金鑰。 字串
expressRouteCircuitPeering 起始連線之線路的 Express Route 線路私人對等互連資源的參考。 SubResource
peerExpressRouteCircuitPeering 對等互連線路的 Express Route 線路私人對等互連資源的參考。 SubResource

ExpressRouteCircuitPeering

名字 描述 價值
id 資源標識碼。 字串
名字 取得資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 Express Route 線路對等互連的屬性。 ExpressRouteCircuitPeeringPropertiesFormat

ExpressRouteCircuitPeeringConfig

名字 描述 價值
公告社群 bgp 對等互連的社群。 針對 Microsoft 對等互連指定 string[]
advertisedPublicPrefixes AdvertisedPublicPrefixes 的參考。 string[]
advertisedPublicPrefixesState Peering 資源的 AdvertisedPublicPrefixState。 可能的值為 'NotConfigured'、'Configuring'、'Configured'和 'ValidationNeeded'。 'Configured'
'Configuring'
'NotConfigured'
'ValidationNeeded'
customerASN 對等互連的 CustomerASN。 int
legacyMode 對等互連的舊版模式。 int
routingRegistryName 組態的 RoutingRegistryName。 字串

ExpressRouteCircuitPeeringPropertiesFormat

名字 描述 價值
azureASN Azure ASN。 int
連接 此線路與 Azure 私人對等互連相關聯的線路連線清單。 ExpressRouteCircuitConnection[]
expressRouteConnection ExpressRoute 連線。 ExpressRouteConnectionId
gatewayManagerEtag GatewayManager Etag。 字串
ipv6PeeringConfig IPv6 對等互連設定。 Ipv6ExpressRouteCircuitPeeringConfig
lastModifiedBy 取得提供者或客戶上次修改對等互連。 字串
microsoftPeeringConfig Microsoft對等互連組態。 ExpressRouteCircuitPeeringConfig
peerASN 對等 ASN。 int

約束:
最小值 = 1
最大值 = 4294967295
peeringType 對等互連類型。 'AzurePrivatePeering'
'AzurePublicPeering'
'MicrosoftPeering'
primaryAzurePort 主要埠。 字串
primaryPeerAddressPrefix 主要位址前置詞。 字串
provisioningState 取得公用IP資源的布建狀態。 可能的值為:『Updateing』、『刪除』和『Failed』。 字串
routeFilter RouteFilter 資源的參考。 RouteFilter
secondaryAzurePort 次要埠。 字串
secondaryPeerAddressPrefix 次要位址前置詞。 字串
sharedKey 共用金鑰。 字串
對等互連狀態。 'Disabled'
'Enabled'
統計 取得對等互連統計數據。 ExpressRouteCircuitStats
vlanId VLAN 識別碼。 int

ExpressRouteCircuitReference

名字 描述 價值
id 對應的 Express Route 線路標識碼。 字串

ExpressRouteCircuitStats

名字 描述 價值
primarybytesIn 取得對等互連的 BytesIn。 int
primarybytesOut 取得對等互連的 BytesOut。 int
secondarybytesIn 取得對等互連的 BytesIn。 int
secondarybytesOut 取得對等互連的 BytesOut。 int

ExpressRouteConnectionId

名字 描述 價值

ExpressRouteCrossConnectionPeering

名字 描述 價值
id 資源標識碼。 字串
名字 取得資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 Express Route 交叉連線對等互連的屬性。 ExpressRouteCrossConnectionPeeringProperties

ExpressRouteCrossConnectionPeeringProperties

名字 描述 價值
gatewayManagerEtag GatewayManager Etag。 字串
ipv6PeeringConfig IPv6 對等互連設定。 Ipv6ExpressRouteCircuitPeeringConfig
lastModifiedBy 取得提供者或客戶上次修改對等互連。 字串
microsoftPeeringConfig Microsoft對等互連組態。 ExpressRouteCircuitPeeringConfig
peerASN 對等 ASN。 int

約束:
最小值 = 1
最大值 = 4294967295
peeringType 對等互連類型。 'AzurePrivatePeering'
'AzurePublicPeering'
'MicrosoftPeering'
primaryPeerAddressPrefix 主要位址前置詞。 字串
secondaryPeerAddressPrefix 次要位址前置詞。 字串
sharedKey 共用金鑰。 字串
對等互連狀態。 'Disabled'
'Enabled'
vlanId VLAN 識別碼。 int

ExpressRouteCrossConnectionProperties

名字 描述 價值
bandwidthInMbps 以 Mbps 為單位的線路頻寬。 int
expressRouteCircuit The ExpressRouteCircuit ExpressRouteCircuitReference
peeringLocation ExpressRoute 線路的對等互連位置。 字串
對等互連 對等互連的清單。 ExpressRouteCrossConnectionPeering[]
serviceProviderNotes 線上提供者所設定的其他唯讀附註。 字串
serviceProviderProvisioningState 線上提供者系統中線路的布建狀態。 '取消布建'
'NotProvisioned'
'Provisioned'
'Provisioning'

Ipv6ExpressRouteCircuitPeeringConfig

名字 描述 價值
microsoftPeeringConfig Microsoft對等互連組態。 ExpressRouteCircuitPeeringConfig
primaryPeerAddressPrefix 主要位址前置詞。 字串
routeFilter RouteFilter 資源的參考。 RouteFilter
secondaryPeerAddressPrefix 次要位址前置詞。 字串
對等互連的狀態。 可能的值為:'Disabled' 和 'Enabled' 'Disabled'
'Enabled'

Microsoft.Network/expressRouteCrossConnections

名字 描述 價值
apiVersion API 版本 '2019-02-01'
位置 資源位置。 字串
名字 資源名稱 字串 (必要)
性能 快速路由交叉連線的屬性。 ExpressRouteCrossConnectionProperties
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤
類型 資源類型 'Microsoft.Network/expressRouteCrossConnections'

ResourceTags

名字 描述 價值

ResourceTags

名字 描述 價值

RouteFilter

名字 描述 價值
id 資源標識碼。 字串
位置 資源位置。 字串
性能 路由篩選的屬性。 RouteFilterPropertiesFormat
標籤 資源標籤。 ResourceTags

RouteFilterPropertiesFormat

名字 描述 價值
對等互連 快速路由線路對等互連的參考集合。 ExpressRouteCircuitPeering[]
規則 RouteFilterRules 集合包含在路由篩選內。 RouteFilterRule[]

RouteFilterRule

名字 描述 價值
id 資源標識碼。 字串
位置 資源位置。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 路由篩選規則的屬性。 RouteFilterRulePropertiesFormat

RouteFilterRulePropertiesFormat

名字 描述 價值
訪問 規則的存取類型。 'Allow'
'拒絕' (必要)
社區 要篩選之 bgp 社群值的集合。例如 ['12076:5010','12076:5020'] string[] (必要)
routeFilterRuleType 規則的規則類型。 有效值為:'Community' 'Community' (必要)

SubResource

名字 描述 價值
id 資源標識碼。 字串

Terraform (AzAPI 提供者) 資源定義

expressRouteCrossConnections 資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Network/expressRouteCrossConnections 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Network/expressRouteCrossConnections@2019-02-01"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      bandwidthInMbps = int
      expressRouteCircuit = {
        id = "string"
      }
      peeringLocation = "string"
      peerings = [
        {
          id = "string"
          name = "string"
          properties = {
            gatewayManagerEtag = "string"
            ipv6PeeringConfig = {
              microsoftPeeringConfig = {
                advertisedCommunities = [
                  "string"
                ]
                advertisedPublicPrefixes = [
                  "string"
                ]
                advertisedPublicPrefixesState = "string"
                customerASN = int
                legacyMode = int
                routingRegistryName = "string"
              }
              primaryPeerAddressPrefix = "string"
              routeFilter = {
                id = "string"
                location = "string"
                properties = {
                  peerings = [
                    {
                      id = "string"
                      name = "string"
                      properties = {
                        azureASN = int
                        connections = [
                          {
                            id = "string"
                            name = "string"
                            properties = {
                              addressPrefix = "string"
                              authorizationKey = "string"
                              expressRouteCircuitPeering = {
                                id = "string"
                              }
                              peerExpressRouteCircuitPeering = {
                                id = "string"
                              }
                            }
                          }
                        ]
                        expressRouteConnection = {
                        }
                        gatewayManagerEtag = "string"
                        ipv6PeeringConfig = ...
                        lastModifiedBy = "string"
                        microsoftPeeringConfig = {
                          advertisedCommunities = [
                            "string"
                          ]
                          advertisedPublicPrefixes = [
                            "string"
                          ]
                          advertisedPublicPrefixesState = "string"
                          customerASN = int
                          legacyMode = int
                          routingRegistryName = "string"
                        }
                        peerASN = int
                        peeringType = "string"
                        primaryAzurePort = "string"
                        primaryPeerAddressPrefix = "string"
                        provisioningState = "string"
                        routeFilter = ...
                        secondaryAzurePort = "string"
                        secondaryPeerAddressPrefix = "string"
                        sharedKey = "string"
                        state = "string"
                        stats = {
                          primarybytesIn = int
                          primarybytesOut = int
                          secondarybytesIn = int
                          secondarybytesOut = int
                        }
                        vlanId = int
                      }
                    }
                  ]
                  rules = [
                    {
                      id = "string"
                      location = "string"
                      name = "string"
                      properties = {
                        access = "string"
                        communities = [
                          "string"
                        ]
                        routeFilterRuleType = "string"
                      }
                    }
                  ]
                }
                tags = {
                  {customized property} = "string"
                }
              }
              secondaryPeerAddressPrefix = "string"
              state = "string"
            }
            lastModifiedBy = "string"
            microsoftPeeringConfig = {
              advertisedCommunities = [
                "string"
              ]
              advertisedPublicPrefixes = [
                "string"
              ]
              advertisedPublicPrefixesState = "string"
              customerASN = int
              legacyMode = int
              routingRegistryName = "string"
            }
            peerASN = int
            peeringType = "string"
            primaryPeerAddressPrefix = "string"
            secondaryPeerAddressPrefix = "string"
            sharedKey = "string"
            state = "string"
            vlanId = int
          }
        }
      ]
      serviceProviderNotes = "string"
      serviceProviderProvisioningState = "string"
    }
  })
}

屬性值

ExpressRouteCircuitConnection

名字 描述 價值
id 資源標識碼。 字串
名字 取得資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 快速路由線路連線的屬性。 ExpressRouteCircuitConnectionPropertiesFormat

ExpressRouteCircuitConnectionPropertiesFormat

名字 描述 價值
addressPrefix /29 IP 位址空間,以找出通道的客戶位址。 字串
authorizationKey 授權金鑰。 字串
expressRouteCircuitPeering 起始連線之線路的 Express Route 線路私人對等互連資源的參考。 SubResource
peerExpressRouteCircuitPeering 對等互連線路的 Express Route 線路私人對等互連資源的參考。 SubResource

ExpressRouteCircuitPeering

名字 描述 價值
id 資源標識碼。 字串
名字 取得資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 Express Route 線路對等互連的屬性。 ExpressRouteCircuitPeeringPropertiesFormat

ExpressRouteCircuitPeeringConfig

名字 描述 價值
公告社群 bgp 對等互連的社群。 針對 Microsoft 對等互連指定 string[]
advertisedPublicPrefixes AdvertisedPublicPrefixes 的參考。 string[]
advertisedPublicPrefixesState Peering 資源的 AdvertisedPublicPrefixState。 可能的值為 'NotConfigured'、'Configuring'、'Configured'和 'ValidationNeeded'。 'Configured'
'Configuring'
'NotConfigured'
'ValidationNeeded'
customerASN 對等互連的 CustomerASN。 int
legacyMode 對等互連的舊版模式。 int
routingRegistryName 組態的 RoutingRegistryName。 字串

ExpressRouteCircuitPeeringPropertiesFormat

名字 描述 價值
azureASN Azure ASN。 int
連接 此線路與 Azure 私人對等互連相關聯的線路連線清單。 ExpressRouteCircuitConnection[]
expressRouteConnection ExpressRoute 連線。 ExpressRouteConnectionId
gatewayManagerEtag GatewayManager Etag。 字串
ipv6PeeringConfig IPv6 對等互連設定。 Ipv6ExpressRouteCircuitPeeringConfig
lastModifiedBy 取得提供者或客戶上次修改對等互連。 字串
microsoftPeeringConfig Microsoft對等互連組態。 ExpressRouteCircuitPeeringConfig
peerASN 對等 ASN。 int

約束:
最小值 = 1
最大值 = 4294967295
peeringType 對等互連類型。 'AzurePrivatePeering'
'AzurePublicPeering'
'MicrosoftPeering'
primaryAzurePort 主要埠。 字串
primaryPeerAddressPrefix 主要位址前置詞。 字串
provisioningState 取得公用IP資源的布建狀態。 可能的值為:『Updateing』、『刪除』和『Failed』。 字串
routeFilter RouteFilter 資源的參考。 RouteFilter
secondaryAzurePort 次要埠。 字串
secondaryPeerAddressPrefix 次要位址前置詞。 字串
sharedKey 共用金鑰。 字串
對等互連狀態。 'Disabled'
'Enabled'
統計 取得對等互連統計數據。 ExpressRouteCircuitStats
vlanId VLAN 識別碼。 int

ExpressRouteCircuitReference

名字 描述 價值
id 對應的 Express Route 線路標識碼。 字串

ExpressRouteCircuitStats

名字 描述 價值
primarybytesIn 取得對等互連的 BytesIn。 int
primarybytesOut 取得對等互連的 BytesOut。 int
secondarybytesIn 取得對等互連的 BytesIn。 int
secondarybytesOut 取得對等互連的 BytesOut。 int

ExpressRouteConnectionId

名字 描述 價值

ExpressRouteCrossConnectionPeering

名字 描述 價值
id 資源標識碼。 字串
名字 取得資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 Express Route 交叉連線對等互連的屬性。 ExpressRouteCrossConnectionPeeringProperties

ExpressRouteCrossConnectionPeeringProperties

名字 描述 價值
gatewayManagerEtag GatewayManager Etag。 字串
ipv6PeeringConfig IPv6 對等互連設定。 Ipv6ExpressRouteCircuitPeeringConfig
lastModifiedBy 取得提供者或客戶上次修改對等互連。 字串
microsoftPeeringConfig Microsoft對等互連組態。 ExpressRouteCircuitPeeringConfig
peerASN 對等 ASN。 int

約束:
最小值 = 1
最大值 = 4294967295
peeringType 對等互連類型。 'AzurePrivatePeering'
'AzurePublicPeering'
'MicrosoftPeering'
primaryPeerAddressPrefix 主要位址前置詞。 字串
secondaryPeerAddressPrefix 次要位址前置詞。 字串
sharedKey 共用金鑰。 字串
對等互連狀態。 'Disabled'
'Enabled'
vlanId VLAN 識別碼。 int

ExpressRouteCrossConnectionProperties

名字 描述 價值
bandwidthInMbps 以 Mbps 為單位的線路頻寬。 int
expressRouteCircuit The ExpressRouteCircuit ExpressRouteCircuitReference
peeringLocation ExpressRoute 線路的對等互連位置。 字串
對等互連 對等互連的清單。 ExpressRouteCrossConnectionPeering[]
serviceProviderNotes 線上提供者所設定的其他唯讀附註。 字串
serviceProviderProvisioningState 線上提供者系統中線路的布建狀態。 '取消布建'
'NotProvisioned'
'Provisioned'
'Provisioning'

Ipv6ExpressRouteCircuitPeeringConfig

名字 描述 價值
microsoftPeeringConfig Microsoft對等互連組態。 ExpressRouteCircuitPeeringConfig
primaryPeerAddressPrefix 主要位址前置詞。 字串
routeFilter RouteFilter 資源的參考。 RouteFilter
secondaryPeerAddressPrefix 次要位址前置詞。 字串
對等互連的狀態。 可能的值為:'Disabled' 和 'Enabled' 'Disabled'
'Enabled'

Microsoft.Network/expressRouteCrossConnections

名字 描述 價值
位置 資源位置。 字串
名字 資源名稱 字串 (必要)
性能 快速路由交叉連線的屬性。 ExpressRouteCrossConnectionProperties
標籤 資源標籤 標記名稱和值的字典。
類型 資源類型 “Microsoft.Network/expressRouteCrossConnections@2019-02-01”

ResourceTags

名字 描述 價值

ResourceTags

名字 描述 價值

RouteFilter

名字 描述 價值
id 資源標識碼。 字串
位置 資源位置。 字串
性能 路由篩選的屬性。 RouteFilterPropertiesFormat
標籤 資源標籤。 ResourceTags

RouteFilterPropertiesFormat

名字 描述 價值
對等互連 快速路由線路對等互連的參考集合。 ExpressRouteCircuitPeering[]
規則 RouteFilterRules 集合包含在路由篩選內。 RouteFilterRule[]

RouteFilterRule

名字 描述 價值
id 資源標識碼。 字串
位置 資源位置。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 路由篩選規則的屬性。 RouteFilterRulePropertiesFormat

RouteFilterRulePropertiesFormat

名字 描述 價值
訪問 規則的存取類型。 'Allow'
'拒絕' (必要)
社區 要篩選之 bgp 社群值的集合。例如 ['12076:5010','12076:5020'] string[] (必要)
routeFilterRuleType 規則的規則類型。 有效值為:'Community' 'Community' (必要)

SubResource

名字 描述 價值
id 資源標識碼。 字串