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

Microsoft.Network expressRouteCircuits/peerings 2016-06-01

Bicep 资源定义

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

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

资源格式

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

resource symbolicname 'Microsoft.Network/expressRouteCircuits/peerings@2016-06-01' = {
  parent: resourceSymbolicName
  etag: 'string'
  name: 'string'
  properties: {
    azureASN: int
    gatewayManagerEtag: 'string'
    lastModifiedBy: 'string'
    microsoftPeeringConfig: {
      advertisedPublicPrefixes: [
        'string'
      ]
      advertisedPublicPrefixesState: 'string'
      customerASN: int
      routingRegistryName: 'string'
    }
    peerASN: int
    peeringType: 'string'
    primaryAzurePort: 'string'
    primaryPeerAddressPrefix: 'string'
    provisioningState: 'string'
    secondaryAzurePort: 'string'
    secondaryPeerAddressPrefix: 'string'
    sharedKey: 'string'
    state: 'string'
    stats: {
      primarybytesIn: int
      primarybytesOut: int
      secondarybytesIn: int
      secondarybytesOut: int
    }
    vlanId: int
  }
}

属性值

ExpressRouteCircuitPeeringConfig

名字 描述 价值
advertisedPublicPrefixes 获取或设置 AdvertisedPublicPrefixes 的引用 string[]
advertisedPublicPrefixesState 获取或设置对等互连资源的 AdvertisedPublicPrefixState “已配置”
“配置”
“NotConfigured”
“ValidationNeeded”
customerASN 获取或设置对等互连的 CustomerAsn。 int
routingRegistryName 获取或设置配置的 RoutingRegistryName。 字符串

ExpressRouteCircuitPeeringPropertiesFormat

名字 描述 价值
azureASN 获取或设置 Azure ASN int
gatewayManagerEtag 获取或设置 GatewayManager Etag 字符串
lastModifiedBy 获取提供商还是客户上次修改对等互连 字符串
microsoftPeeringConfig 获取或设置Microsoft对等互连配置 ExpressRouteCircuitPeeringConfig
peerASN 获取或设置对等 ASN int
peeringType 获取或设置 PeeringType “AzurePrivatePeering”
“AzurePublicPeering”
“MicrosoftPeering”
primaryAzurePort 获取或设置主端口 字符串
primaryPeerAddressPrefix 获取或设置主地址前缀 字符串
provisioningState 获取 PublicIP 资源更新/删除/失败的预配状态 字符串
secondaryAzurePort 获取或设置辅助端口 字符串
secondaryPeerAddressPrefix 获取或设置辅助地址前缀 字符串
sharedKey 获取或设置共享密钥 字符串
获取或设置对等互连的状态 “Disabled”
“Enabled”
统计 获取或对等互连统计信息 ExpressRouteCircuitStats
vlanId 获取或设置 vlan ID int

ExpressRouteCircuitStats

名字 描述 价值
primarybytesIn 获取对等互连的 BytesIn。 int
primarybytesOut 获取对等互连的 BytesOut。 int
secondarybytesIn 获取对等互连的 BytesIn。 int
secondarybytesOut 获取对等互连的 BytesOut。 int

Microsoft.Network/expressRouteCircuits/peerings

名字 描述 价值
etag 每当更新资源时更改的唯一只读字符串 字符串
名字 资源名称 string (必需)
父母 在 Bicep 中,可以为子资源指定父资源。 仅当子资源在父资源外部声明时,才需要添加此属性。

有关详细信息,请参阅 父资源外部的子资源
类型资源的符号名称:expressRouteCircuits
性能 ExpressRouteCircuitPeeringPropertiesFormat

快速入门示例

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

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": "2016-06-01",
  "name": "string",
  "etag": "string",
  "properties": {
    "azureASN": "int",
    "gatewayManagerEtag": "string",
    "lastModifiedBy": "string",
    "microsoftPeeringConfig": {
      "advertisedPublicPrefixes": [ "string" ],
      "advertisedPublicPrefixesState": "string",
      "customerASN": "int",
      "routingRegistryName": "string"
    },
    "peerASN": "int",
    "peeringType": "string",
    "primaryAzurePort": "string",
    "primaryPeerAddressPrefix": "string",
    "provisioningState": "string",
    "secondaryAzurePort": "string",
    "secondaryPeerAddressPrefix": "string",
    "sharedKey": "string",
    "state": "string",
    "stats": {
      "primarybytesIn": "int",
      "primarybytesOut": "int",
      "secondarybytesIn": "int",
      "secondarybytesOut": "int"
    },
    "vlanId": "int"
  }
}

属性值

ExpressRouteCircuitPeeringConfig

名字 描述 价值
advertisedPublicPrefixes 获取或设置 AdvertisedPublicPrefixes 的引用 string[]
advertisedPublicPrefixesState 获取或设置对等互连资源的 AdvertisedPublicPrefixState “已配置”
“配置”
“NotConfigured”
“ValidationNeeded”
customerASN 获取或设置对等互连的 CustomerAsn。 int
routingRegistryName 获取或设置配置的 RoutingRegistryName。 字符串

ExpressRouteCircuitPeeringPropertiesFormat

名字 描述 价值
azureASN 获取或设置 Azure ASN int
gatewayManagerEtag 获取或设置 GatewayManager Etag 字符串
lastModifiedBy 获取提供商还是客户上次修改对等互连 字符串
microsoftPeeringConfig 获取或设置Microsoft对等互连配置 ExpressRouteCircuitPeeringConfig
peerASN 获取或设置对等 ASN int
peeringType 获取或设置 PeeringType “AzurePrivatePeering”
“AzurePublicPeering”
“MicrosoftPeering”
primaryAzurePort 获取或设置主端口 字符串
primaryPeerAddressPrefix 获取或设置主地址前缀 字符串
provisioningState 获取 PublicIP 资源更新/删除/失败的预配状态 字符串
secondaryAzurePort 获取或设置辅助端口 字符串
secondaryPeerAddressPrefix 获取或设置辅助地址前缀 字符串
sharedKey 获取或设置共享密钥 字符串
获取或设置对等互连的状态 “Disabled”
“Enabled”
统计 获取或对等互连统计信息 ExpressRouteCircuitStats
vlanId 获取或设置 vlan ID int

ExpressRouteCircuitStats

名字 描述 价值
primarybytesIn 获取对等互连的 BytesIn。 int
primarybytesOut 获取对等互连的 BytesOut。 int
secondarybytesIn 获取对等互连的 BytesIn。 int
secondarybytesOut 获取对等互连的 BytesOut。 int

Microsoft.Network/expressRouteCircuits/peerings

名字 描述 价值
apiVersion API 版本 '2016-06-01'
etag 每当更新资源时更改的唯一只读字符串 字符串
名字 资源名称 string (必需)
性能 ExpressRouteCircuitPeeringPropertiesFormat
类型 资源类型 “Microsoft.Network/expressRouteCircuits/peerings”

快速入门模板

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

模板 描述
使用专用对等互连和 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@2016-06-01"
  name = "string"
  etag = "string"
  body = jsonencode({
    properties = {
      azureASN = int
      gatewayManagerEtag = "string"
      lastModifiedBy = "string"
      microsoftPeeringConfig = {
        advertisedPublicPrefixes = [
          "string"
        ]
        advertisedPublicPrefixesState = "string"
        customerASN = int
        routingRegistryName = "string"
      }
      peerASN = int
      peeringType = "string"
      primaryAzurePort = "string"
      primaryPeerAddressPrefix = "string"
      provisioningState = "string"
      secondaryAzurePort = "string"
      secondaryPeerAddressPrefix = "string"
      sharedKey = "string"
      state = "string"
      stats = {
        primarybytesIn = int
        primarybytesOut = int
        secondarybytesIn = int
        secondarybytesOut = int
      }
      vlanId = int
    }
  })
}

属性值

ExpressRouteCircuitPeeringConfig

名字 描述 价值
advertisedPublicPrefixes 获取或设置 AdvertisedPublicPrefixes 的引用 string[]
advertisedPublicPrefixesState 获取或设置对等互连资源的 AdvertisedPublicPrefixState “已配置”
“配置”
“NotConfigured”
“ValidationNeeded”
customerASN 获取或设置对等互连的 CustomerAsn。 int
routingRegistryName 获取或设置配置的 RoutingRegistryName。 字符串

ExpressRouteCircuitPeeringPropertiesFormat

名字 描述 价值
azureASN 获取或设置 Azure ASN int
gatewayManagerEtag 获取或设置 GatewayManager Etag 字符串
lastModifiedBy 获取提供商还是客户上次修改对等互连 字符串
microsoftPeeringConfig 获取或设置Microsoft对等互连配置 ExpressRouteCircuitPeeringConfig
peerASN 获取或设置对等 ASN int
peeringType 获取或设置 PeeringType “AzurePrivatePeering”
“AzurePublicPeering”
“MicrosoftPeering”
primaryAzurePort 获取或设置主端口 字符串
primaryPeerAddressPrefix 获取或设置主地址前缀 字符串
provisioningState 获取 PublicIP 资源更新/删除/失败的预配状态 字符串
secondaryAzurePort 获取或设置辅助端口 字符串
secondaryPeerAddressPrefix 获取或设置辅助地址前缀 字符串
sharedKey 获取或设置共享密钥 字符串
获取或设置对等互连的状态 “Disabled”
“Enabled”
统计 获取或对等互连统计信息 ExpressRouteCircuitStats
vlanId 获取或设置 vlan ID int

ExpressRouteCircuitStats

名字 描述 价值
primarybytesIn 获取对等互连的 BytesIn。 int
primarybytesOut 获取对等互连的 BytesOut。 int
secondarybytesIn 获取对等互连的 BytesIn。 int
secondarybytesOut 获取对等互连的 BytesOut。 int

Microsoft.Network/expressRouteCircuits/peerings

名字 描述 价值
etag 每当更新资源时更改的唯一只读字符串 字符串
名字 资源名称 string (必需)
parent_id 此资源的父资源的 ID。 类型资源的 ID:expressRouteCircuits
性能 ExpressRouteCircuitPeeringPropertiesFormat
类型 资源类型 “Microsoft.Network/expressRouteCircuits/peerings@2016-06-01”