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

Microsoft.Network expressRouteCrossConnections 2024-01-01

Bicep 资源定义

可以使用目标操作部署 expressRouteCrossConnections 资源类型:

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

资源格式

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

resource symbolicname 'Microsoft.Network/expressRouteCrossConnections@2024-01-01' = {
  location: 'string'
  name: 'string'
  properties: {
    expressRouteCircuit: {
      id: 'string'
    }
    peerings: [
      {
        id: 'string'
        name: 'string'
        properties: {
          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'
          primaryPeerAddressPrefix: 'string'
          secondaryPeerAddressPrefix: 'string'
          sharedKey: 'string'
          state: 'string'
          vlanId: int
        }
      }
    ]
    serviceProviderNotes: 'string'
    serviceProviderProvisioningState: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
}

属性值

ExpressRouteCircuitPeeringConfig

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

ExpressRouteCircuitReference

名字 描述 价值
id 相应的 Express Route 线路 ID。 字符串

ExpressRouteCrossConnectionPeering

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

ExpressRouteCrossConnectionPeeringProperties

名字 描述 价值
gatewayManagerEtag GatewayManager Etag。 字符串
ipv6PeeringConfig IPv6 对等互连配置。 Ipv6ExpressRouteCircuitPeeringConfig
microsoftPeeringConfig Microsoft对等互连配置。 ExpressRouteCircuitPeeringConfig
peerASN 对等 ASN。 int

约束:
最小值 = 1
最大值 = 4294967295
peeringType 对等互连类型。 “AzurePrivatePeering”
“AzurePublicPeering”
“MicrosoftPeering”
primaryPeerAddressPrefix 主地址前缀。 字符串
secondaryPeerAddressPrefix 辅助地址前缀。 字符串
sharedKey 共享密钥。 字符串
对等互连状态。 “Disabled”
“Enabled”
vlanId VLAN ID。 int

ExpressRouteCrossConnectionProperties

名字 描述 价值
expressRouteCircuit ExpressRouteCircuit。 ExpressRouteCircuitReference
对等互连 对等互连的列表。 ExpressRouteCrossConnectionPeering[]
serviceProviderNotes 连接提供商设置的其他只读说明。 字符串
serviceProviderProvisioningState 连接提供商系统中线路的预配状态。 “取消预配”
“NotProvisioned”
“Provisioned”
“预配”

Ipv6ExpressRouteCircuitPeeringConfig

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

Microsoft.Network/expressRouteCrossConnections

名字 描述 价值
位置 资源位置。 字符串
名字 资源名称 string (必需)
性能 快速路由交叉连接的属性。 ExpressRouteCrossConnectionProperties
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记

ResourceTags

名字 描述 价值

SubResource

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

ARM 模板资源定义

可以使用目标操作部署 expressRouteCrossConnections 资源类型:

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

资源格式

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

{
  "type": "Microsoft.Network/expressRouteCrossConnections",
  "apiVersion": "2024-01-01",
  "name": "string",
  "location": "string",
  "properties": {
    "expressRouteCircuit": {
      "id": "string"
    },
    "peerings": [
      {
        "id": "string",
        "name": "string",
        "properties": {
          "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",
          "primaryPeerAddressPrefix": "string",
          "secondaryPeerAddressPrefix": "string",
          "sharedKey": "string",
          "state": "string",
          "vlanId": "int"
        }
      }
    ],
    "serviceProviderNotes": "string",
    "serviceProviderProvisioningState": "string"
  },
  "tags": {
    "{customized property}": "string"
  }
}

属性值

ExpressRouteCircuitPeeringConfig

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

ExpressRouteCircuitReference

名字 描述 价值
id 相应的 Express Route 线路 ID。 字符串

ExpressRouteCrossConnectionPeering

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

ExpressRouteCrossConnectionPeeringProperties

名字 描述 价值
gatewayManagerEtag GatewayManager Etag。 字符串
ipv6PeeringConfig IPv6 对等互连配置。 Ipv6ExpressRouteCircuitPeeringConfig
microsoftPeeringConfig Microsoft对等互连配置。 ExpressRouteCircuitPeeringConfig
peerASN 对等 ASN。 int

约束:
最小值 = 1
最大值 = 4294967295
peeringType 对等互连类型。 “AzurePrivatePeering”
“AzurePublicPeering”
“MicrosoftPeering”
primaryPeerAddressPrefix 主地址前缀。 字符串
secondaryPeerAddressPrefix 辅助地址前缀。 字符串
sharedKey 共享密钥。 字符串
对等互连状态。 “Disabled”
“Enabled”
vlanId VLAN ID。 int

ExpressRouteCrossConnectionProperties

名字 描述 价值
expressRouteCircuit ExpressRouteCircuit。 ExpressRouteCircuitReference
对等互连 对等互连的列表。 ExpressRouteCrossConnectionPeering[]
serviceProviderNotes 连接提供商设置的其他只读说明。 字符串
serviceProviderProvisioningState 连接提供商系统中线路的预配状态。 “取消预配”
“NotProvisioned”
“Provisioned”
“预配”

Ipv6ExpressRouteCircuitPeeringConfig

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

Microsoft.Network/expressRouteCrossConnections

名字 描述 价值
apiVersion API 版本 '2024-01-01'
位置 资源位置。 字符串
名字 资源名称 string (必需)
性能 快速路由交叉连接的属性。 ExpressRouteCrossConnectionProperties
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记
类型 资源类型 “Microsoft.Network/expressRouteCrossConnections”

ResourceTags

名字 描述 价值

SubResource

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

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

可以使用目标操作部署 expressRouteCrossConnections 资源类型:

  • 资源组

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

资源格式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Network/expressRouteCrossConnections@2024-01-01"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      expressRouteCircuit = {
        id = "string"
      }
      peerings = [
        {
          id = "string"
          name = "string"
          properties = {
            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"
            primaryPeerAddressPrefix = "string"
            secondaryPeerAddressPrefix = "string"
            sharedKey = "string"
            state = "string"
            vlanId = int
          }
        }
      ]
      serviceProviderNotes = "string"
      serviceProviderProvisioningState = "string"
    }
  })
}

属性值

ExpressRouteCircuitPeeringConfig

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

ExpressRouteCircuitReference

名字 描述 价值
id 相应的 Express Route 线路 ID。 字符串

ExpressRouteCrossConnectionPeering

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

ExpressRouteCrossConnectionPeeringProperties

名字 描述 价值
gatewayManagerEtag GatewayManager Etag。 字符串
ipv6PeeringConfig IPv6 对等互连配置。 Ipv6ExpressRouteCircuitPeeringConfig
microsoftPeeringConfig Microsoft对等互连配置。 ExpressRouteCircuitPeeringConfig
peerASN 对等 ASN。 int

约束:
最小值 = 1
最大值 = 4294967295
peeringType 对等互连类型。 “AzurePrivatePeering”
“AzurePublicPeering”
“MicrosoftPeering”
primaryPeerAddressPrefix 主地址前缀。 字符串
secondaryPeerAddressPrefix 辅助地址前缀。 字符串
sharedKey 共享密钥。 字符串
对等互连状态。 “Disabled”
“Enabled”
vlanId VLAN ID。 int

ExpressRouteCrossConnectionProperties

名字 描述 价值
expressRouteCircuit ExpressRouteCircuit。 ExpressRouteCircuitReference
对等互连 对等互连的列表。 ExpressRouteCrossConnectionPeering[]
serviceProviderNotes 连接提供商设置的其他只读说明。 字符串
serviceProviderProvisioningState 连接提供商系统中线路的预配状态。 “取消预配”
“NotProvisioned”
“Provisioned”
“预配”

Ipv6ExpressRouteCircuitPeeringConfig

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

Microsoft.Network/expressRouteCrossConnections

名字 描述 价值
位置 资源位置。 字符串
名字 资源名称 string (必需)
性能 快速路由交叉连接的属性。 ExpressRouteCrossConnectionProperties
标签 资源标记 标记名称和值的字典。
类型 资源类型 “Microsoft.Network/expressRouteCrossConnections@2024-01-01”

ResourceTags

名字 描述 价值

SubResource

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