你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Microsoft.Network virtualHubs/routeMaps 2023-02-01
Bicep 资源定义
可以使用目标操作部署 virtualHubs/routeMaps 资源类型:
- 资源组 - 请参阅 资源组部署命令
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.Network/virtualHubs/routeMaps 资源,请将以下 Bicep 添加到模板。
resource symbolicname 'Microsoft.Network/virtualHubs/routeMaps@2023-02-01' = {
parent: resourceSymbolicName
name: 'string'
properties: {
associatedInboundConnections: [
'string'
]
associatedOutboundConnections: [
'string'
]
rules: [
{
actions: [
{
parameters: [
{
asPath: [
'string'
]
community: [
'string'
]
routePrefix: [
'string'
]
}
]
type: 'string'
}
]
matchCriteria: [
{
asPath: [
'string'
]
community: [
'string'
]
matchCondition: 'string'
routePrefix: [
'string'
]
}
]
name: 'string'
nextStepIfMatched: 'string'
}
]
}
}
属性值
行动
名字 | 描述 | 价值 |
---|---|---|
参数 | 与操作相关的参数列表。例如,如果类型为 drop,则参数包含要删除的前缀列表。如果类型是添加的,参数将包含要添加的 ASN 数字列表 | 参数[] |
类型 | 要执行的操作类型。 支持的类型为“Remove”、“Add”、“Replace”和“Drop”。 | “Add” 'Drop' “Remove” “Replace” “未知” |
标准
名字 | 描述 | 价值 |
---|---|---|
asPath | 此条件匹配的 AS 路径列表。 | string[] |
社区 | 此条件匹配的 BGP 社区列表。 | string[] |
matchCondition | 匹配条件以应用 RouteMap 规则。 | “Contains” “Equals” “NotContains” “NotEquals” “未知” |
routePrefix | 此条件匹配的路由前缀列表。 | string[] |
Microsoft.Network/virtualHubs/routeMaps
名字 | 描述 | 价值 |
---|---|---|
名字 | 资源名称 | string (必需) |
父母 | 在 Bicep 中,可以为子资源指定父资源。 仅当子资源在父资源外部声明时,才需要添加此属性。 有关详细信息,请参阅 父资源外部的子资源。 |
类型资源的符号名称:virtualHubs |
性能 | RouteMap 资源的属性。 | RouteMapProperties |
参数
名字 | 描述 | 价值 |
---|---|---|
asPath | AS 路径列表。 | string[] |
社区 | BGP 社区列表。 | string[] |
routePrefix | 路由前缀列表。 | string[] |
RouteMapProperties
名字 | 描述 | 价值 |
---|---|---|
associatedInboundConnections | 与此 RoutMap 关联的入站流量的连接列表。 | string[] |
associatedOutboundConnections | 与此 RoutMap 关联的出站流量的连接列表。 | string[] |
规则 | 要应用的 RouteMap 规则列表。 | RouteMapRule[] |
RouteMapRule
名字 | 描述 | 价值 |
---|---|---|
行动 | 将应用于匹配的操作列表。 | 操作[] |
matchCriteria | 将应用于流量的匹配条件列表。 | Criterion[] |
名字 | 规则的唯一名称。 | 字符串 |
nextStepIfMatched | 评估规则后的下一步。 当前支持的行为为“Continue”(下一规则)和“Terminate”。 | “Continue” “Terminate” “未知” |
ARM 模板资源定义
可以使用目标操作部署 virtualHubs/routeMaps 资源类型:
- 资源组 - 请参阅 资源组部署命令
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.Network/virtualHubs/routeMaps 资源,请将以下 JSON 添加到模板。
{
"type": "Microsoft.Network/virtualHubs/routeMaps",
"apiVersion": "2023-02-01",
"name": "string",
"properties": {
"associatedInboundConnections": [ "string" ],
"associatedOutboundConnections": [ "string" ],
"rules": [
{
"actions": [
{
"parameters": [
{
"asPath": [ "string" ],
"community": [ "string" ],
"routePrefix": [ "string" ]
}
],
"type": "string"
}
],
"matchCriteria": [
{
"asPath": [ "string" ],
"community": [ "string" ],
"matchCondition": "string",
"routePrefix": [ "string" ]
}
],
"name": "string",
"nextStepIfMatched": "string"
}
]
}
}
属性值
行动
名字 | 描述 | 价值 |
---|---|---|
参数 | 与操作相关的参数列表。例如,如果类型为 drop,则参数包含要删除的前缀列表。如果类型是添加的,参数将包含要添加的 ASN 数字列表 | 参数[] |
类型 | 要执行的操作类型。 支持的类型为“Remove”、“Add”、“Replace”和“Drop”。 | “Add” 'Drop' “Remove” “Replace” “未知” |
标准
名字 | 描述 | 价值 |
---|---|---|
asPath | 此条件匹配的 AS 路径列表。 | string[] |
社区 | 此条件匹配的 BGP 社区列表。 | string[] |
matchCondition | 匹配条件以应用 RouteMap 规则。 | “Contains” “Equals” “NotContains” “NotEquals” “未知” |
routePrefix | 此条件匹配的路由前缀列表。 | string[] |
Microsoft.Network/virtualHubs/routeMaps
名字 | 描述 | 价值 |
---|---|---|
apiVersion | API 版本 | '2023-02-01' |
名字 | 资源名称 | string (必需) |
性能 | RouteMap 资源的属性。 | RouteMapProperties |
类型 | 资源类型 | “Microsoft.Network/virtualHubs/routeMaps” |
参数
名字 | 描述 | 价值 |
---|---|---|
asPath | AS 路径列表。 | string[] |
社区 | BGP 社区列表。 | string[] |
routePrefix | 路由前缀列表。 | string[] |
RouteMapProperties
名字 | 描述 | 价值 |
---|---|---|
associatedInboundConnections | 与此 RoutMap 关联的入站流量的连接列表。 | string[] |
associatedOutboundConnections | 与此 RoutMap 关联的出站流量的连接列表。 | string[] |
规则 | 要应用的 RouteMap 规则列表。 | RouteMapRule[] |
RouteMapRule
名字 | 描述 | 价值 |
---|---|---|
行动 | 将应用于匹配的操作列表。 | 操作[] |
matchCriteria | 将应用于流量的匹配条件列表。 | Criterion[] |
名字 | 规则的唯一名称。 | 字符串 |
nextStepIfMatched | 评估规则后的下一步。 当前支持的行为为“Continue”(下一规则)和“Terminate”。 | “Continue” “Terminate” “未知” |
Terraform (AzAPI 提供程序)资源定义
可以使用目标操作部署 virtualHubs/routeMaps 资源类型:
- 资源组
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.Network/virtualHubs/routeMaps 资源,请将以下 Terraform 添加到模板。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Network/virtualHubs/routeMaps@2023-02-01"
name = "string"
body = jsonencode({
properties = {
associatedInboundConnections = [
"string"
]
associatedOutboundConnections = [
"string"
]
rules = [
{
actions = [
{
parameters = [
{
asPath = [
"string"
]
community = [
"string"
]
routePrefix = [
"string"
]
}
]
type = "string"
}
]
matchCriteria = [
{
asPath = [
"string"
]
community = [
"string"
]
matchCondition = "string"
routePrefix = [
"string"
]
}
]
name = "string"
nextStepIfMatched = "string"
}
]
}
})
}
属性值
行动
名字 | 描述 | 价值 |
---|---|---|
参数 | 与操作相关的参数列表。例如,如果类型为 drop,则参数包含要删除的前缀列表。如果类型是添加的,参数将包含要添加的 ASN 数字列表 | 参数[] |
类型 | 要执行的操作类型。 支持的类型为“Remove”、“Add”、“Replace”和“Drop”。 | “Add” 'Drop' “Remove” “Replace” “未知” |
标准
名字 | 描述 | 价值 |
---|---|---|
asPath | 此条件匹配的 AS 路径列表。 | string[] |
社区 | 此条件匹配的 BGP 社区列表。 | string[] |
matchCondition | 匹配条件以应用 RouteMap 规则。 | “Contains” “Equals” “NotContains” “NotEquals” “未知” |
routePrefix | 此条件匹配的路由前缀列表。 | string[] |
Microsoft.Network/virtualHubs/routeMaps
名字 | 描述 | 价值 |
---|---|---|
名字 | 资源名称 | string (必需) |
parent_id | 此资源的父资源的 ID。 | 类型资源的 ID:virtualHubs |
性能 | RouteMap 资源的属性。 | RouteMapProperties |
类型 | 资源类型 | “Microsoft.Network/virtualHubs/routeMaps@2023-02-01” |
参数
名字 | 描述 | 价值 |
---|---|---|
asPath | AS 路径列表。 | string[] |
社区 | BGP 社区列表。 | string[] |
routePrefix | 路由前缀列表。 | string[] |
RouteMapProperties
名字 | 描述 | 价值 |
---|---|---|
associatedInboundConnections | 与此 RoutMap 关联的入站流量的连接列表。 | string[] |
associatedOutboundConnections | 与此 RoutMap 关联的出站流量的连接列表。 | string[] |
规则 | 要应用的 RouteMap 规则列表。 | RouteMapRule[] |
RouteMapRule
名字 | 描述 | 价值 |
---|---|---|
行动 | 将应用于匹配的操作列表。 | 操作[] |
matchCriteria | 将应用于流量的匹配条件列表。 | Criterion[] |
名字 | 规则的唯一名称。 | 字符串 |
nextStepIfMatched | 评估规则后的下一步。 当前支持的行为为“Continue”(下一规则)和“Terminate”。 | “Continue” “Terminate” “未知” |