你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Microsoft.Network expressRouteCircuits/peerings 2019-11-01

Bicep 资源定义

可以使用目标操作部署 expressRouteCircuits/peerings 资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.Network/expressRouteCircuits/peerings 资源,请将以下 Bicep 添加到模板。

resource symbolicname 'Microsoft.Network/expressRouteCircuits/peerings@2019-11-01' = {
  parent: resourceSymbolicName
  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: {
      microsoftPeeringConfig: {
        advertisedCommunities: [
          'string'
        ]
        advertisedPublicPrefixes: [
          'string'
        ]
        customerASN: int
        legacyMode: int
        routingRegistryName: 'string'
      }
      primaryPeerAddressPrefix: 'string'
      routeFilter: {
        id: 'string'
      }
      secondaryPeerAddressPrefix: 'string'
      state: 'string'
    }
    microsoftPeeringConfig: {
      advertisedCommunities: [
        'string'
      ]
      advertisedPublicPrefixes: [
        'string'
      ]
      customerASN: int
      legacyMode: int
      routingRegistryName: 'string'
    }
    peerASN: int
    peeringType: 'string'
    primaryAzurePort: 'string'
    primaryPeerAddressPrefix: 'string'
    routeFilter: {
      id: 'string'
    }
    secondaryAzurePort: 'string'
    secondaryPeerAddressPrefix: 'string'
    sharedKey: 'string'
    state: 'string'
    stats: {
      primarybytesIn: int
      primarybytesOut: int
      secondarybytesIn: int
      secondarybytesOut: int
    }
    vlanId: int
  }
}

属性值

ExpressRouteCircuitConnection

名字 描述 价值
id 资源 ID。 字符串
名字 资源组中唯一的资源的名称。 此名称可用于访问资源。 字符串
性能 快速路由线路连接的属性。 ExpressRouteCircuitConnectionPropertiesFormat

ExpressRouteCircuitConnectionPropertiesFormat

名字 描述 价值
addressPrefix /29 IP 地址空间来挖掘隧道的客户地址。 字符串
authorizationKey 授权密钥。 字符串
expressRouteCircuitPeering 对线路发起连接的 Express Route 线路专用对等互连资源的引用。 SubResource
peerExpressRouteCircuitPeering 对对等线路的 Express Route 线路专用对等互连资源的引用。 SubResource

ExpressRouteCircuitPeeringConfig

名字 描述 价值
广告社区 bgp 对等互连的社区。 为 Microsoft 对等互连指定。 string[]
advertisedPublicPrefixes 对 AdvertisedPublicPrefixes 的引用。 string[]
customerASN 对等互连的 CustomerASN。 int
legacyMode 对等互连的旧模式。 int
routingRegistryName 配置的 RoutingRegistryName。 字符串

ExpressRouteCircuitPeeringPropertiesFormat

名字 描述 价值
azureASN Azure ASN。 int
连接 与此线路的 Azure 专用对等互连关联的线路连接列表。 ExpressRouteCircuitConnection[]
expressRouteConnection ExpressRoute 连接。 ExpressRouteConnectionId
gatewayManagerEtag GatewayManager Etag。 字符串
ipv6PeeringConfig IPv6 对等互连配置。 Ipv6ExpressRouteCircuitPeeringConfig
microsoftPeeringConfig Microsoft对等互连配置。 ExpressRouteCircuitPeeringConfig
peerASN 对等 ASN。 int

约束:
最小值 = 1
最大值 = 4294967295
peeringType 对等互连类型。 “AzurePrivatePeering”
“AzurePublicPeering”
“MicrosoftPeering”
primaryAzurePort 主端口。 字符串
primaryPeerAddressPrefix 主地址前缀。 字符串
routeFilter 对 RouteFilter 资源的引用。 SubResource
secondaryAzurePort 辅助端口。 字符串
secondaryPeerAddressPrefix 辅助地址前缀。 字符串
sharedKey 共享密钥。 字符串
对等互连状态。 “Disabled”
“Enabled”
统计 快速路由线路的对等互连统计信息。 ExpressRouteCircuitStats
vlanId VLAN ID。 int

ExpressRouteCircuitStats

名字 描述 价值
primarybytesIn 对等互连的主 BytesIn。 int
primarybytesOut 对等互连的主要 BytesOut。 int
secondarybytesIn 对等互连的辅助 BytesIn。 int
secondarybytesOut 对等互连的辅助 BytesOut。 int

ExpressRouteConnectionId

名字 描述 价值

Ipv6ExpressRouteCircuitPeeringConfig

名字 描述 价值
microsoftPeeringConfig Microsoft对等互连配置。 ExpressRouteCircuitPeeringConfig
primaryPeerAddressPrefix 主地址前缀。 字符串
routeFilter 对 RouteFilter 资源的引用。 SubResource
secondaryPeerAddressPrefix 辅助地址前缀。 字符串
对等互连的状态。 “Disabled”
“Enabled”

Microsoft.Network/expressRouteCircuits/peerings

名字 描述 价值
名字 资源名称 string (必需)
父母 在 Bicep 中,可以为子资源指定父资源。 仅当子资源在父资源外部声明时,才需要添加此属性。

有关详细信息,请参阅 父资源外部的子资源
类型资源的符号名称:expressRouteCircuits
性能 快速路由线路对等互连的属性。 ExpressRouteCircuitPeeringPropertiesFormat

SubResource

名字 描述 价值
id 资源 ID。 字符串

快速入门示例

以下快速入门示例部署此资源类型。

Bicep 文件 描述
使用专用对等互连和 Azure VNet ExpressRoute 线路 此模板配置 ExpressRoute Microsoft对等互连,部署包含 Expressroute 网关的 Azure VNet,并将 VNet 链接到 ExpressRoute 线路

ARM 模板资源定义

可以使用目标操作部署 expressRouteCircuits/peerings 资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.Network/expressRouteCircuits/peerings 资源,请将以下 JSON 添加到模板。

{
  "type": "Microsoft.Network/expressRouteCircuits/peerings",
  "apiVersion": "2019-11-01",
  "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": {
      "microsoftPeeringConfig": {
        "advertisedCommunities": [ "string" ],
        "advertisedPublicPrefixes": [ "string" ],
        "customerASN": "int",
        "legacyMode": "int",
        "routingRegistryName": "string"
      },
      "primaryPeerAddressPrefix": "string",
      "routeFilter": {
        "id": "string"
      },
      "secondaryPeerAddressPrefix": "string",
      "state": "string"
    },
    "microsoftPeeringConfig": {
      "advertisedCommunities": [ "string" ],
      "advertisedPublicPrefixes": [ "string" ],
      "customerASN": "int",
      "legacyMode": "int",
      "routingRegistryName": "string"
    },
    "peerASN": "int",
    "peeringType": "string",
    "primaryAzurePort": "string",
    "primaryPeerAddressPrefix": "string",
    "routeFilter": {
      "id": "string"
    },
    "secondaryAzurePort": "string",
    "secondaryPeerAddressPrefix": "string",
    "sharedKey": "string",
    "state": "string",
    "stats": {
      "primarybytesIn": "int",
      "primarybytesOut": "int",
      "secondarybytesIn": "int",
      "secondarybytesOut": "int"
    },
    "vlanId": "int"
  }
}

属性值

ExpressRouteCircuitConnection

名字 描述 价值
id 资源 ID。 字符串
名字 资源组中唯一的资源的名称。 此名称可用于访问资源。 字符串
性能 快速路由线路连接的属性。 ExpressRouteCircuitConnectionPropertiesFormat

ExpressRouteCircuitConnectionPropertiesFormat

名字 描述 价值
addressPrefix /29 IP 地址空间来挖掘隧道的客户地址。 字符串
authorizationKey 授权密钥。 字符串
expressRouteCircuitPeering 对线路发起连接的 Express Route 线路专用对等互连资源的引用。 SubResource
peerExpressRouteCircuitPeering 对对等线路的 Express Route 线路专用对等互连资源的引用。 SubResource

ExpressRouteCircuitPeeringConfig

名字 描述 价值
广告社区 bgp 对等互连的社区。 为 Microsoft 对等互连指定。 string[]
advertisedPublicPrefixes 对 AdvertisedPublicPrefixes 的引用。 string[]
customerASN 对等互连的 CustomerASN。 int
legacyMode 对等互连的旧模式。 int
routingRegistryName 配置的 RoutingRegistryName。 字符串

ExpressRouteCircuitPeeringPropertiesFormat

名字 描述 价值
azureASN Azure ASN。 int
连接 与此线路的 Azure 专用对等互连关联的线路连接列表。 ExpressRouteCircuitConnection[]
expressRouteConnection ExpressRoute 连接。 ExpressRouteConnectionId
gatewayManagerEtag GatewayManager Etag。 字符串
ipv6PeeringConfig IPv6 对等互连配置。 Ipv6ExpressRouteCircuitPeeringConfig
microsoftPeeringConfig Microsoft对等互连配置。 ExpressRouteCircuitPeeringConfig
peerASN 对等 ASN。 int

约束:
最小值 = 1
最大值 = 4294967295
peeringType 对等互连类型。 “AzurePrivatePeering”
“AzurePublicPeering”
“MicrosoftPeering”
primaryAzurePort 主端口。 字符串
primaryPeerAddressPrefix 主地址前缀。 字符串
routeFilter 对 RouteFilter 资源的引用。 SubResource
secondaryAzurePort 辅助端口。 字符串
secondaryPeerAddressPrefix 辅助地址前缀。 字符串
sharedKey 共享密钥。 字符串
对等互连状态。 “Disabled”
“Enabled”
统计 快速路由线路的对等互连统计信息。 ExpressRouteCircuitStats
vlanId VLAN ID。 int

ExpressRouteCircuitStats

名字 描述 价值
primarybytesIn 对等互连的主 BytesIn。 int
primarybytesOut 对等互连的主要 BytesOut。 int
secondarybytesIn 对等互连的辅助 BytesIn。 int
secondarybytesOut 对等互连的辅助 BytesOut。 int

ExpressRouteConnectionId

名字 描述 价值

Ipv6ExpressRouteCircuitPeeringConfig

名字 描述 价值
microsoftPeeringConfig Microsoft对等互连配置。 ExpressRouteCircuitPeeringConfig
primaryPeerAddressPrefix 主地址前缀。 字符串
routeFilter 对 RouteFilter 资源的引用。 SubResource
secondaryPeerAddressPrefix 辅助地址前缀。 字符串
对等互连的状态。 “Disabled”
“Enabled”

Microsoft.Network/expressRouteCircuits/peerings

名字 描述 价值
apiVersion API 版本 '2019-11-01'
名字 资源名称 string (必需)
性能 快速路由线路对等互连的属性。 ExpressRouteCircuitPeeringPropertiesFormat
类型 资源类型 “Microsoft.Network/expressRouteCircuits/peerings”

SubResource

名字 描述 价值
id 资源 ID。 字符串

快速入门模板

以下快速入门模板部署此资源类型。

模板 描述
使用专用对等互连和 Azure VNet ExpressRoute 线路

部署到 Azure
此模板配置 ExpressRoute Microsoft对等互连,部署包含 Expressroute 网关的 Azure VNet,并将 VNet 链接到 ExpressRoute 线路

Terraform (AzAPI 提供程序)资源定义

可以使用目标操作部署 expressRouteCircuits/peerings 资源类型:

  • 资源组

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.Network/expressRouteCircuits/peerings 资源,请将以下 Terraform 添加到模板。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Network/expressRouteCircuits/peerings@2019-11-01"
  name = "string"
  body = jsonencode({
    properties = {
      azureASN = int
      connections = [
        {
          id = "string"
          name = "string"
          properties = {
            addressPrefix = "string"
            authorizationKey = "string"
            expressRouteCircuitPeering = {
              id = "string"
            }
            peerExpressRouteCircuitPeering = {
              id = "string"
            }
          }
        }
      ]
      expressRouteConnection = {
      }
      gatewayManagerEtag = "string"
      ipv6PeeringConfig = {
        microsoftPeeringConfig = {
          advertisedCommunities = [
            "string"
          ]
          advertisedPublicPrefixes = [
            "string"
          ]
          customerASN = int
          legacyMode = int
          routingRegistryName = "string"
        }
        primaryPeerAddressPrefix = "string"
        routeFilter = {
          id = "string"
        }
        secondaryPeerAddressPrefix = "string"
        state = "string"
      }
      microsoftPeeringConfig = {
        advertisedCommunities = [
          "string"
        ]
        advertisedPublicPrefixes = [
          "string"
        ]
        customerASN = int
        legacyMode = int
        routingRegistryName = "string"
      }
      peerASN = int
      peeringType = "string"
      primaryAzurePort = "string"
      primaryPeerAddressPrefix = "string"
      routeFilter = {
        id = "string"
      }
      secondaryAzurePort = "string"
      secondaryPeerAddressPrefix = "string"
      sharedKey = "string"
      state = "string"
      stats = {
        primarybytesIn = int
        primarybytesOut = int
        secondarybytesIn = int
        secondarybytesOut = int
      }
      vlanId = int
    }
  })
}

属性值

ExpressRouteCircuitConnection

名字 描述 价值
id 资源 ID。 字符串
名字 资源组中唯一的资源的名称。 此名称可用于访问资源。 字符串
性能 快速路由线路连接的属性。 ExpressRouteCircuitConnectionPropertiesFormat

ExpressRouteCircuitConnectionPropertiesFormat

名字 描述 价值
addressPrefix /29 IP 地址空间来挖掘隧道的客户地址。 字符串
authorizationKey 授权密钥。 字符串
expressRouteCircuitPeering 对线路发起连接的 Express Route 线路专用对等互连资源的引用。 SubResource
peerExpressRouteCircuitPeering 对对等线路的 Express Route 线路专用对等互连资源的引用。 SubResource

ExpressRouteCircuitPeeringConfig

名字 描述 价值
广告社区 bgp 对等互连的社区。 为 Microsoft 对等互连指定。 string[]
advertisedPublicPrefixes 对 AdvertisedPublicPrefixes 的引用。 string[]
customerASN 对等互连的 CustomerASN。 int
legacyMode 对等互连的旧模式。 int
routingRegistryName 配置的 RoutingRegistryName。 字符串

ExpressRouteCircuitPeeringPropertiesFormat

名字 描述 价值
azureASN Azure ASN。 int
连接 与此线路的 Azure 专用对等互连关联的线路连接列表。 ExpressRouteCircuitConnection[]
expressRouteConnection ExpressRoute 连接。 ExpressRouteConnectionId
gatewayManagerEtag GatewayManager Etag。 字符串
ipv6PeeringConfig IPv6 对等互连配置。 Ipv6ExpressRouteCircuitPeeringConfig
microsoftPeeringConfig Microsoft对等互连配置。 ExpressRouteCircuitPeeringConfig
peerASN 对等 ASN。 int

约束:
最小值 = 1
最大值 = 4294967295
peeringType 对等互连类型。 “AzurePrivatePeering”
“AzurePublicPeering”
“MicrosoftPeering”
primaryAzurePort 主端口。 字符串
primaryPeerAddressPrefix 主地址前缀。 字符串
routeFilter 对 RouteFilter 资源的引用。 SubResource
secondaryAzurePort 辅助端口。 字符串
secondaryPeerAddressPrefix 辅助地址前缀。 字符串
sharedKey 共享密钥。 字符串
对等互连状态。 “Disabled”
“Enabled”
统计 快速路由线路的对等互连统计信息。 ExpressRouteCircuitStats
vlanId VLAN ID。 int

ExpressRouteCircuitStats

名字 描述 价值
primarybytesIn 对等互连的主 BytesIn。 int
primarybytesOut 对等互连的主要 BytesOut。 int
secondarybytesIn 对等互连的辅助 BytesIn。 int
secondarybytesOut 对等互连的辅助 BytesOut。 int

ExpressRouteConnectionId

名字 描述 价值

Ipv6ExpressRouteCircuitPeeringConfig

名字 描述 价值
microsoftPeeringConfig Microsoft对等互连配置。 ExpressRouteCircuitPeeringConfig
primaryPeerAddressPrefix 主地址前缀。 字符串
routeFilter 对 RouteFilter 资源的引用。 SubResource
secondaryPeerAddressPrefix 辅助地址前缀。 字符串
对等互连的状态。 “Disabled”
“Enabled”

Microsoft.Network/expressRouteCircuits/peerings

名字 描述 价值
名字 资源名称 string (必需)
parent_id 此资源的父资源的 ID。 类型资源的 ID:expressRouteCircuits
性能 快速路由线路对等互连的属性。 ExpressRouteCircuitPeeringPropertiesFormat
类型 资源类型 “Microsoft.Network/expressRouteCircuits/peerings@2019-11-01”

SubResource

名字 描述 价值
id 资源 ID。 字符串