Microsoft.Network ExpressRoutePorts 2022-07-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
Bicep 資源定義
ExpressRoutePorts 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Network/ExpressRoutePorts 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.Network/ExpressRoutePorts@2022-07-01' = {
identity: {
type: 'string'
userAssignedIdentities: {
{customized property}: {}
}
}
location: 'string'
name: 'string'
properties: {
bandwidthInGbps: int
billingType: 'string'
encapsulation: 'string'
links: [
{
id: 'string'
name: 'string'
properties: {
adminState: 'string'
macSecConfig: {
cakSecretIdentifier: 'string'
cipher: 'string'
cknSecretIdentifier: 'string'
sciState: 'string'
}
}
}
]
peeringLocation: 'string'
}
tags: {
{customized property}: 'string'
}
}
屬性值
Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties
名字 | 描述 | 價值 |
---|
ExpressRouteLink
名字 | 描述 | 價值 |
---|---|---|
id | 資源標識碼。 | 字串 |
名字 | 父系子埠資源之間唯一的子埠資源名稱。 | 字串 |
性能 | ExpressRouteLink 屬性。 | ExpressRouteLinkPropertiesFormat |
ExpressRouteLinkMacSecConfig
名字 | 描述 | 價值 |
---|---|---|
cakSecretIdentifier | 包含 Mac 安全性 CAK 金鑰的 Keyvault 秘密識別碼 URL。 | 字串 |
密碼 | Mac 安全性加密。 | 'GcmAes128' 'GcmAes256' 'GcmAesXpn128' 'GcmAesXpn256' |
cknSecretIdentifier | 包含 Mac 安全性 CKN 金鑰的 Keyvault 秘密識別碼 URL。 | 字串 |
sciState | 啟用/停用 Sci 模式。 | 'Disabled' 'Enabled' |
ExpressRouteLinkPropertiesFormat
名字 | 描述 | 價值 |
---|---|---|
adminState | 實體埠的系統管理狀態。 | 'Disabled' 'Enabled' |
macSecConfig | MacSec 設定。 | ExpressRouteLinkMacSecConfig |
ExpressRoutePortPropertiesFormat
名字 | 描述 | 價值 |
---|---|---|
bandwidthIn Gbps | Gbps 中採購的埠頻寬。 | int |
billingType | ExpressRoutePort 資源的計費類型。 | 'MeteredData' 'UnlimitedData' |
封裝 | 實體埠上的封裝方法。 | 'Dot1Q' 'QinQ' |
連結 | ExpressRoutePort 資源的實體連結集。 | ExpressRouteLink[] |
peeringLocation | ExpressRoutePort 實際對應至的對等互連位置名稱。 | 字串 |
ManagedServiceIdentity
名字 | 描述 | 價值 |
---|---|---|
類型 | 用於資源的身分識別類型。 類型 'SystemAssigned, UserAssigned' 包含隱含建立的身分識別和一組使用者指派的身分識別。 類型 『None』 會從虛擬機中移除任何身分識別。 | 'None' 'SystemAssigned' 'SystemAssigned, UserAssigned' 'UserAssigned' |
userAssignedIdentities | 與資源相關聯的使用者身分識別清單。 使用者身分識別字典索引鍵參考的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。 | ManagedServiceIdentityUserAssignedIdentities |
ManagedServiceIdentityUserAssignedIdentities
名字 | 描述 | 價值 |
---|
Microsoft.Network/ExpressRoutePorts
名字 | 描述 | 價值 |
---|---|---|
身份 | 如果已設定,ExpressRoutePort 的身分識別。 | ManagedServiceIdentity |
位置 | 資源位置。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
性能 | ExpressRoutePort 屬性。 | ExpressRoutePortPropertiesFormat |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
ResourceTags
名字 | 描述 | 價值 |
---|
ARM 樣本資源定義
ExpressRoutePorts 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Network/ExpressRoutePorts 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Network/ExpressRoutePorts",
"apiVersion": "2022-07-01",
"name": "string",
"identity": {
"type": "string",
"userAssignedIdentities": {
"{customized property}": {
}
}
},
"location": "string",
"properties": {
"bandwidthInGbps": "int",
"billingType": "string",
"encapsulation": "string",
"links": [
{
"id": "string",
"name": "string",
"properties": {
"adminState": "string",
"macSecConfig": {
"cakSecretIdentifier": "string",
"cipher": "string",
"cknSecretIdentifier": "string",
"sciState": "string"
}
}
}
],
"peeringLocation": "string"
},
"tags": {
"{customized property}": "string"
}
}
屬性值
Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties
名字 | 描述 | 價值 |
---|
ExpressRouteLink
名字 | 描述 | 價值 |
---|---|---|
id | 資源標識碼。 | 字串 |
名字 | 父系子埠資源之間唯一的子埠資源名稱。 | 字串 |
性能 | ExpressRouteLink 屬性。 | ExpressRouteLinkPropertiesFormat |
ExpressRouteLinkMacSecConfig
名字 | 描述 | 價值 |
---|---|---|
cakSecretIdentifier | 包含 Mac 安全性 CAK 金鑰的 Keyvault 秘密識別碼 URL。 | 字串 |
密碼 | Mac 安全性加密。 | 'GcmAes128' 'GcmAes256' 'GcmAesXpn128' 'GcmAesXpn256' |
cknSecretIdentifier | 包含 Mac 安全性 CKN 金鑰的 Keyvault 秘密識別碼 URL。 | 字串 |
sciState | 啟用/停用 Sci 模式。 | 'Disabled' 'Enabled' |
ExpressRouteLinkPropertiesFormat
名字 | 描述 | 價值 |
---|---|---|
adminState | 實體埠的系統管理狀態。 | 'Disabled' 'Enabled' |
macSecConfig | MacSec 設定。 | ExpressRouteLinkMacSecConfig |
ExpressRoutePortPropertiesFormat
名字 | 描述 | 價值 |
---|---|---|
bandwidthIn Gbps | Gbps 中採購的埠頻寬。 | int |
billingType | ExpressRoutePort 資源的計費類型。 | 'MeteredData' 'UnlimitedData' |
封裝 | 實體埠上的封裝方法。 | 'Dot1Q' 'QinQ' |
連結 | ExpressRoutePort 資源的實體連結集。 | ExpressRouteLink[] |
peeringLocation | ExpressRoutePort 實際對應至的對等互連位置名稱。 | 字串 |
ManagedServiceIdentity
名字 | 描述 | 價值 |
---|---|---|
類型 | 用於資源的身分識別類型。 類型 'SystemAssigned, UserAssigned' 包含隱含建立的身分識別和一組使用者指派的身分識別。 類型 『None』 會從虛擬機中移除任何身分識別。 | 'None' 'SystemAssigned' 'SystemAssigned, UserAssigned' 'UserAssigned' |
userAssignedIdentities | 與資源相關聯的使用者身分識別清單。 使用者身分識別字典索引鍵參考的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。 | ManagedServiceIdentityUserAssignedIdentities |
ManagedServiceIdentityUserAssignedIdentities
名字 | 描述 | 價值 |
---|
Microsoft.Network/ExpressRoutePorts
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2022-07-01' |
身份 | 如果已設定,ExpressRoutePort 的身分識別。 | ManagedServiceIdentity |
位置 | 資源位置。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
性能 | ExpressRoutePort 屬性。 | ExpressRoutePortPropertiesFormat |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
類型 | 資源類型 | 'Microsoft.Network/ExpressRoutePorts' |
ResourceTags
名字 | 描述 | 價值 |
---|
Terraform (AzAPI 提供者) 資源定義
ExpressRoutePorts 資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Network/ExpressRoutePorts 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Network/ExpressRoutePorts@2022-07-01"
name = "string"
identity = {
type = "string"
userAssignedIdentities = {
{customized property} = {
}
}
}
location = "string"
body = jsonencode({
properties = {
bandwidthInGbps = int
billingType = "string"
encapsulation = "string"
links = [
{
id = "string"
name = "string"
properties = {
adminState = "string"
macSecConfig = {
cakSecretIdentifier = "string"
cipher = "string"
cknSecretIdentifier = "string"
sciState = "string"
}
}
}
]
peeringLocation = "string"
}
})
tags = {
{customized property} = "string"
}
}
屬性值
Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties
名字 | 描述 | 價值 |
---|
ExpressRouteLink
名字 | 描述 | 價值 |
---|---|---|
id | 資源標識碼。 | 字串 |
名字 | 父系子埠資源之間唯一的子埠資源名稱。 | 字串 |
性能 | ExpressRouteLink 屬性。 | ExpressRouteLinkPropertiesFormat |
ExpressRouteLinkMacSecConfig
名字 | 描述 | 價值 |
---|---|---|
cakSecretIdentifier | 包含 Mac 安全性 CAK 金鑰的 Keyvault 秘密識別碼 URL。 | 字串 |
密碼 | Mac 安全性加密。 | 'GcmAes128' 'GcmAes256' 'GcmAesXpn128' 'GcmAesXpn256' |
cknSecretIdentifier | 包含 Mac 安全性 CKN 金鑰的 Keyvault 秘密識別碼 URL。 | 字串 |
sciState | 啟用/停用 Sci 模式。 | 'Disabled' 'Enabled' |
ExpressRouteLinkPropertiesFormat
名字 | 描述 | 價值 |
---|---|---|
adminState | 實體埠的系統管理狀態。 | 'Disabled' 'Enabled' |
macSecConfig | MacSec 設定。 | ExpressRouteLinkMacSecConfig |
ExpressRoutePortPropertiesFormat
名字 | 描述 | 價值 |
---|---|---|
bandwidthIn Gbps | Gbps 中採購的埠頻寬。 | int |
billingType | ExpressRoutePort 資源的計費類型。 | 'MeteredData' 'UnlimitedData' |
封裝 | 實體埠上的封裝方法。 | 'Dot1Q' 'QinQ' |
連結 | ExpressRoutePort 資源的實體連結集。 | ExpressRouteLink[] |
peeringLocation | ExpressRoutePort 實際對應至的對等互連位置名稱。 | 字串 |
ManagedServiceIdentity
名字 | 描述 | 價值 |
---|---|---|
類型 | 用於資源的身分識別類型。 類型 'SystemAssigned, UserAssigned' 包含隱含建立的身分識別和一組使用者指派的身分識別。 類型 『None』 會從虛擬機中移除任何身分識別。 | 'None' 'SystemAssigned' 'SystemAssigned, UserAssigned' 'UserAssigned' |
userAssignedIdentities | 與資源相關聯的使用者身分識別清單。 使用者身分識別字典索引鍵參考的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。 | ManagedServiceIdentityUserAssignedIdentities |
ManagedServiceIdentityUserAssignedIdentities
名字 | 描述 | 價值 |
---|
Microsoft.Network/ExpressRoutePorts
名字 | 描述 | 價值 |
---|---|---|
身份 | 如果已設定,ExpressRoutePort 的身分識別。 | ManagedServiceIdentity |
位置 | 資源位置。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
性能 | ExpressRoutePort 屬性。 | ExpressRoutePortPropertiesFormat |
標籤 | 資源標籤 | 標記名稱和值的字典。 |
類型 | 資源類型 | “Microsoft.Network/ExpressRoutePorts@2022-07-01” |
ResourceTags
名字 | 描述 | 價值 |
---|