Microsoft.Network expressRouteCircuits/peerings 2016-03-30
- 最新
- 2024-05-01
- 2024-03-01
- 2024-01-01
- 2023-11-01
- 2023-09-01
- 2023-06-01
- 2023-05-01
- 2023-04-01
- 2023-02-01
- 2022-11-01
- 2022-09-01
- 2022-07-01
- 2022-05-01
- 2022-01-01
- 2021-08-01
- 2021-05-01
- 2021-03-01
- 2021-02-01
- 2020-11-01
- 2020-08-01
- 2020-07-01
- 2020-06-01
- 2020-05-01
- 2020-04-01
- 2020-03-01
- 2019-12-01
- 2019-11-01
- 2019-09-01
- 2019-08-01
- 2019-07-01
- 2019-06-01
- 2019-04-01
- 2019-02-01
- 2018-12-01
- 2018-11-01
- 2018-10-01
- 2018-08-01
- 2018-07-01
- 2018-06-01
- 2018-04-01
- 2018-02-01
- 2018-01-01
- 2017-11-01
- 2017-10-01
- 2017-09-01
- 2017-08-01
- 2017-06-01
- 2017-03-30
- 2017-03-01
- 2016-12-01
- 2016-09-01
- 2016-06-01
- 2016-03-30
- 2015-06-15
- 2015-05-01-preview
Bicep 資源定義
expressRouteCircuits/peerings 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Network/expressRouteCircuits/peerings 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.Network/expressRouteCircuits/peerings@2016-03-30' = {
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: {
primarybytesIn: int
primarybytesOut: int
secondarybytesIn: int
secondarybytesOut: int
}
vlanId: int
}
}
屬性值
ExpressRouteCircuitPeeringConfig
名字 | 描述 | 價值 |
---|---|---|
advertisedPublicPrefixes | 取得或設定 AdvertisedPublicPrefixes 的參考 | string[] |
advertisedPublicPrefixesState | 取得或設定 Peering 資源的 AdvertisedPublicPrefixState | 'Configured' 'Configuring' 'NotConfigured' 'ValidationNeeded' |
customerASN | 取得或設定對等互連的 CustomerAsn。 | int |
routingRegistryName | 取得或設定組態的 RoutingRegistryName。 | 字串 |
ExpressRouteCircuitPeeringPropertiesFormat
名字 | 描述 | 價值 |
---|---|---|
azureASN | 取得或設定 azure ASN | int |
microsoftPeeringConfig | 取得或設定Microsoft對等互連設定 | ExpressRouteCircuitPeeringConfig |
peerASN | 取得或設定對等 ASN | int |
peeringType | 取得或設定 PeeringType | 'AzurePrivatePeering' 'AzurePublicPeering' 'MicrosoftPeering' |
primaryAzurePort | 取得或設定主要埠 | 字串 |
primaryPeerAddressPrefix | 取得或設定主要地址前綴 | 字串 |
provisioningState | 取得或設定 PublicIP 資源更新/刪除/失敗的布建狀態 | 字串 |
secondaryAzurePort | 取得或設定次要埠 | 字串 |
secondaryPeerAddressPrefix | 取得或設定次要位址前綴 | 字串 |
sharedKey | 取得或設定共用金鑰 | 字串 |
州 | 取得或設定對等互連的狀態 | 'Disabled' 'Enabled' |
統計 | 取得或對等互連統計數據 | ExpressRouteCircuitStats |
vlanId | 取得或設定 vlan 識別碼 | int |
ExpressRouteCircuitStats
名字 | 描述 | 價值 |
---|---|---|
primarybytesIn | 取得對等互連的 BytesIn。 | int |
primarybytesOut | 取得對等互連的 BytesOut。 | int |
secondarybytesIn | 取得對等互連的 BytesIn。 | int |
secondarybytesOut | 取得對等互連的 BytesOut。 | int |
Microsoft.Network/expressRouteCircuits/peerings
名字 | 描述 | 價值 |
---|---|---|
etag | 每當更新資源時變更的唯一隻讀字串 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
父母 | 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。 如需詳細資訊,請參閱 父資源外部的子資源。 |
類型資源的符號名稱:expressRouteCircuits |
性能 | ExpressRouteCircuitPeeringPropertiesFormat |
快速入門範例
下列快速入門範例會部署此資源類型。
Bicep 檔案 | 描述 |
---|---|
使用私人對等互連和 Azure VNet |
此範本會設定 ExpressRoute Microsoft對等互連、部署具有 Expressroute 閘道的 Azure VNet,並將 VNet 連結到 ExpressRoute 線路 |
ARM 樣本資源定義
expressRouteCircuits/peerings 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Network/expressRouteCircuits/peerings 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Network/expressRouteCircuits/peerings",
"apiVersion": "2016-03-30",
"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": {
"primarybytesIn": "int",
"primarybytesOut": "int",
"secondarybytesIn": "int",
"secondarybytesOut": "int"
},
"vlanId": "int"
}
}
屬性值
ExpressRouteCircuitPeeringConfig
名字 | 描述 | 價值 |
---|---|---|
advertisedPublicPrefixes | 取得或設定 AdvertisedPublicPrefixes 的參考 | string[] |
advertisedPublicPrefixesState | 取得或設定 Peering 資源的 AdvertisedPublicPrefixState | 'Configured' 'Configuring' 'NotConfigured' 'ValidationNeeded' |
customerASN | 取得或設定對等互連的 CustomerAsn。 | int |
routingRegistryName | 取得或設定組態的 RoutingRegistryName。 | 字串 |
ExpressRouteCircuitPeeringPropertiesFormat
名字 | 描述 | 價值 |
---|---|---|
azureASN | 取得或設定 azure ASN | int |
microsoftPeeringConfig | 取得或設定Microsoft對等互連設定 | ExpressRouteCircuitPeeringConfig |
peerASN | 取得或設定對等 ASN | int |
peeringType | 取得或設定 PeeringType | 'AzurePrivatePeering' 'AzurePublicPeering' 'MicrosoftPeering' |
primaryAzurePort | 取得或設定主要埠 | 字串 |
primaryPeerAddressPrefix | 取得或設定主要地址前綴 | 字串 |
provisioningState | 取得或設定 PublicIP 資源更新/刪除/失敗的布建狀態 | 字串 |
secondaryAzurePort | 取得或設定次要埠 | 字串 |
secondaryPeerAddressPrefix | 取得或設定次要位址前綴 | 字串 |
sharedKey | 取得或設定共用金鑰 | 字串 |
州 | 取得或設定對等互連的狀態 | 'Disabled' 'Enabled' |
統計 | 取得或對等互連統計數據 | ExpressRouteCircuitStats |
vlanId | 取得或設定 vlan 識別碼 | int |
ExpressRouteCircuitStats
名字 | 描述 | 價值 |
---|---|---|
primarybytesIn | 取得對等互連的 BytesIn。 | int |
primarybytesOut | 取得對等互連的 BytesOut。 | int |
secondarybytesIn | 取得對等互連的 BytesIn。 | int |
secondarybytesOut | 取得對等互連的 BytesOut。 | int |
Microsoft.Network/expressRouteCircuits/peerings
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2016-03-30' |
etag | 每當更新資源時變更的唯一隻讀字串 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
性能 | ExpressRouteCircuitPeeringPropertiesFormat | |
類型 | 資源類型 | 'Microsoft.Network/expressRouteCircuits/peerings' |
快速入門範本
下列快速入門範本會部署此資源類型。
Terraform (AzAPI 提供者) 資源定義
expressRouteCircuits/peerings 資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Network/expressRouteCircuits/peerings 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Network/expressRouteCircuits/peerings@2016-03-30"
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 = {
primarybytesIn = int
primarybytesOut = int
secondarybytesIn = int
secondarybytesOut = int
}
vlanId = int
}
})
}
屬性值
ExpressRouteCircuitPeeringConfig
名字 | 描述 | 價值 |
---|---|---|
advertisedPublicPrefixes | 取得或設定 AdvertisedPublicPrefixes 的參考 | string[] |
advertisedPublicPrefixesState | 取得或設定 Peering 資源的 AdvertisedPublicPrefixState | 'Configured' 'Configuring' 'NotConfigured' 'ValidationNeeded' |
customerASN | 取得或設定對等互連的 CustomerAsn。 | int |
routingRegistryName | 取得或設定組態的 RoutingRegistryName。 | 字串 |
ExpressRouteCircuitPeeringPropertiesFormat
名字 | 描述 | 價值 |
---|---|---|
azureASN | 取得或設定 azure ASN | int |
microsoftPeeringConfig | 取得或設定Microsoft對等互連設定 | ExpressRouteCircuitPeeringConfig |
peerASN | 取得或設定對等 ASN | int |
peeringType | 取得或設定 PeeringType | 'AzurePrivatePeering' 'AzurePublicPeering' 'MicrosoftPeering' |
primaryAzurePort | 取得或設定主要埠 | 字串 |
primaryPeerAddressPrefix | 取得或設定主要地址前綴 | 字串 |
provisioningState | 取得或設定 PublicIP 資源更新/刪除/失敗的布建狀態 | 字串 |
secondaryAzurePort | 取得或設定次要埠 | 字串 |
secondaryPeerAddressPrefix | 取得或設定次要位址前綴 | 字串 |
sharedKey | 取得或設定共用金鑰 | 字串 |
州 | 取得或設定對等互連的狀態 | 'Disabled' 'Enabled' |
統計 | 取得或對等互連統計數據 | ExpressRouteCircuitStats |
vlanId | 取得或設定 vlan 識別碼 | int |
ExpressRouteCircuitStats
名字 | 描述 | 價值 |
---|---|---|
primarybytesIn | 取得對等互連的 BytesIn。 | int |
primarybytesOut | 取得對等互連的 BytesOut。 | int |
secondarybytesIn | 取得對等互連的 BytesIn。 | int |
secondarybytesOut | 取得對等互連的 BytesOut。 | int |
Microsoft.Network/expressRouteCircuits/peerings
名字 | 描述 | 價值 |
---|---|---|
etag | 每當更新資源時變更的唯一隻讀字串 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
parent_id | 此資源為父系之資源的標識碼。 | 類型資源的標識碼:expressRouteCircuits |
性能 | ExpressRouteCircuitPeeringPropertiesFormat | |
類型 | 資源類型 | “Microsoft.Network/expressRouteCircuits/peerings@2016-03-30” |