共用方式為


Microsoft.Network expressRouteCircuits/peerings 2015-06-15

Bicep 資源定義

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

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

資源格式

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

resource symbolicname 'Microsoft.Network/expressRouteCircuits/peerings@2015-06-15' = {
  parent: resourceSymbolicName
  etag: 'string'
  name: 'string'
  properties: {
    azureASN: int
    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: {
      bytesIn: int
      bytesOut: int
    }
    vlanId: int
  }
}

屬性值

ExpressRouteCircuitPeeringConfig

名字 描述 價值
advertisedPublicPrefixes AdvertisedPublicPrefixes 的參考。 string[]
advertisedPublicPrefixesState Peering 資源的 AdvertisedPublicPrefixState。 可能的值為 'NotConfigured'、'Configuring'、'Configured'和 'ValidationNeeded'。 'Configured'
'Configuring'
'NotConfigured'
'ValidationNeeded'
customerASN 對等互連的 CustomerASN。 int
routingRegistryName 組態的 RoutingRegistryName。 字串

ExpressRouteCircuitPeeringPropertiesFormat

名字 描述 價值
azureASN Azure ASN。 int
microsoftPeeringConfig Microsoft對等互連組態。 ExpressRouteCircuitPeeringConfig
peerASN 對等 ASN。 int
peeringType PeeringType。 可能的值為:『AzurePublicPeering』、『AzurePrivatePeering』和 『MicrosoftPeering』。 'AzurePrivatePeering'
'AzurePublicPeering'
'MicrosoftPeering'
primaryAzurePort 主要埠。 字串
primaryPeerAddressPrefix 主要位址前置詞。 字串
provisioningState 取得公用IP資源的布建狀態。 可能的值為:『Updateing』、『刪除』和『Failed』。 字串
secondaryAzurePort 次要埠。 字串
secondaryPeerAddressPrefix 次要位址前置詞。 字串
sharedKey 共用金鑰。 字串
對等互連的狀態。 可能的值為:'Disabled' 和 'Enabled' 'Disabled'
'Enabled'
統計 取得對等互連統計數據。 ExpressRouteCircuitStats
vlanId VLAN 識別碼。 int

ExpressRouteCircuitStats

名字 描述 價值
bytesIn 取得對等互連的 BytesIn。 int
bytesOut 取得對等互連的 BytesOut。 int

Microsoft.Network/expressRouteCircuits/peerings

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
名字 資源名稱 字串 (必要)
父母 在 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": "2015-06-15",
  "name": "string",
  "etag": "string",
  "properties": {
    "azureASN": "int",
    "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": {
      "bytesIn": "int",
      "bytesOut": "int"
    },
    "vlanId": "int"
  }
}

屬性值

ExpressRouteCircuitPeeringConfig

名字 描述 價值
advertisedPublicPrefixes AdvertisedPublicPrefixes 的參考。 string[]
advertisedPublicPrefixesState Peering 資源的 AdvertisedPublicPrefixState。 可能的值為 'NotConfigured'、'Configuring'、'Configured'和 'ValidationNeeded'。 'Configured'
'Configuring'
'NotConfigured'
'ValidationNeeded'
customerASN 對等互連的 CustomerASN。 int
routingRegistryName 組態的 RoutingRegistryName。 字串

ExpressRouteCircuitPeeringPropertiesFormat

名字 描述 價值
azureASN Azure ASN。 int
microsoftPeeringConfig Microsoft對等互連組態。 ExpressRouteCircuitPeeringConfig
peerASN 對等 ASN。 int
peeringType PeeringType。 可能的值為:『AzurePublicPeering』、『AzurePrivatePeering』和 『MicrosoftPeering』。 'AzurePrivatePeering'
'AzurePublicPeering'
'MicrosoftPeering'
primaryAzurePort 主要埠。 字串
primaryPeerAddressPrefix 主要位址前置詞。 字串
provisioningState 取得公用IP資源的布建狀態。 可能的值為:『Updateing』、『刪除』和『Failed』。 字串
secondaryAzurePort 次要埠。 字串
secondaryPeerAddressPrefix 次要位址前置詞。 字串
sharedKey 共用金鑰。 字串
對等互連的狀態。 可能的值為:'Disabled' 和 'Enabled' 'Disabled'
'Enabled'
統計 取得對等互連統計數據。 ExpressRouteCircuitStats
vlanId VLAN 識別碼。 int

ExpressRouteCircuitStats

名字 描述 價值
bytesIn 取得對等互連的 BytesIn。 int
bytesOut 取得對等互連的 BytesOut。 int

Microsoft.Network/expressRouteCircuits/peerings

名字 描述 價值
apiVersion API 版本 '2015-06-15'
etag 每當更新資源時變更的唯一隻讀字串。 字串
名字 資源名稱 字串 (必要)
性能 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@2015-06-15"
  name = "string"
  etag = "string"
  body = jsonencode({
    properties = {
      azureASN = int
      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 = {
        bytesIn = int
        bytesOut = int
      }
      vlanId = int
    }
  })
}

屬性值

ExpressRouteCircuitPeeringConfig

名字 描述 價值
advertisedPublicPrefixes AdvertisedPublicPrefixes 的參考。 string[]
advertisedPublicPrefixesState Peering 資源的 AdvertisedPublicPrefixState。 可能的值為 'NotConfigured'、'Configuring'、'Configured'和 'ValidationNeeded'。 'Configured'
'Configuring'
'NotConfigured'
'ValidationNeeded'
customerASN 對等互連的 CustomerASN。 int
routingRegistryName 組態的 RoutingRegistryName。 字串

ExpressRouteCircuitPeeringPropertiesFormat

名字 描述 價值
azureASN Azure ASN。 int
microsoftPeeringConfig Microsoft對等互連組態。 ExpressRouteCircuitPeeringConfig
peerASN 對等 ASN。 int
peeringType PeeringType。 可能的值為:『AzurePublicPeering』、『AzurePrivatePeering』和 『MicrosoftPeering』。 'AzurePrivatePeering'
'AzurePublicPeering'
'MicrosoftPeering'
primaryAzurePort 主要埠。 字串
primaryPeerAddressPrefix 主要位址前置詞。 字串
provisioningState 取得公用IP資源的布建狀態。 可能的值為:『Updateing』、『刪除』和『Failed』。 字串
secondaryAzurePort 次要埠。 字串
secondaryPeerAddressPrefix 次要位址前置詞。 字串
sharedKey 共用金鑰。 字串
對等互連的狀態。 可能的值為:'Disabled' 和 'Enabled' 'Disabled'
'Enabled'
統計 取得對等互連統計數據。 ExpressRouteCircuitStats
vlanId VLAN 識別碼。 int

ExpressRouteCircuitStats

名字 描述 價值
bytesIn 取得對等互連的 BytesIn。 int
bytesOut 取得對等互連的 BytesOut。 int

Microsoft.Network/expressRouteCircuits/peerings

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
名字 資源名稱 字串 (必要)
parent_id 此資源為父系之資源的標識碼。 類型資源的標識碼:expressRouteCircuits
性能 ExpressRouteCircuitPeeringPropertiesFormat
類型 資源類型 “Microsoft.Network/expressRouteCircuits/peerings@2015-06-15”