你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Microsoft.Network customIpPrefixes 2024-05-01
Bicep 资源定义
可以使用目标操作部署 customIpPrefixes 资源类型:
- 资源组 - 请参阅 资源组部署命令
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.Network/customIpPrefixes 资源,请将以下 Bicep 添加到模板。
resource symbolicname 'Microsoft.Network/customIpPrefixes@2024-05-01' = {
extendedLocation: {
name: 'string'
type: 'string'
}
location: 'string'
name: 'string'
properties: {
asn: 'string'
authorizationMessage: 'string'
cidr: 'string'
commissionedState: 'string'
customIpPrefixParent: {
id: 'string'
}
expressRouteAdvertise: bool
geo: 'string'
noInternetAdvertise: bool
prefixType: 'string'
signedMessage: 'string'
}
tags: {
{customized property}: 'string'
}
zones: [
'string'
]
}
属性值
CustomIpPrefixPropertiesFormat
名字 | 描述 | 价值 |
---|---|---|
asn | CIDR 广告的 ASN。 应为字符串的整数。 | 字符串 |
authorizationMessage | WAN 验证的授权消息。 | 字符串 |
cidr | CIDR 表示法中的前缀范围。 应包括起始地址和前缀长度。 | 字符串 |
commissionedState | 自定义 IP 前缀的委托状态。 | “已委托” “CommissionedNoInternetAdvertise” “调试” “解除授权” “已取消预配” “取消预配” “Provisioned” “预配” |
customIpPrefixParent | IPv6 /64 CustomIpPrefix 的父 CustomIpPrefix。 | SubResource |
expressRouteAdvertise | 是否执行快速路由播发。 | bool |
地理 | CIDR 广告的 Geo。 应为地理代码。 | “AFRI” “APAC” “AQ” “EURO” “GLOBAL” “LATAM” “ME” “NAM” “OCEANIA” |
noInternetAdvertise | 是否将范围播发到 Internet。 | bool |
prefixType | 自定义 IP 前缀的类型。 应为单一、父级或子级。 | “Child” “Parent” “单数” |
signedMessage | 用于 WAN 验证的签名消息。 | 字符串 |
ExtendedLocation
名字 | 描述 | 价值 |
---|---|---|
名字 | 扩展位置的名称。 | 字符串 |
类型 | 扩展位置的类型。 | “EdgeZone” |
Microsoft.Network/customIpPrefixes
名字 | 描述 | 价值 |
---|---|---|
extendedLocation | 自定义 IP 前缀的扩展位置。 | ExtendedLocation |
位置 | 资源位置。 | 字符串 |
名字 | 资源名称 | string (必需) |
性能 | 自定义 IP 前缀属性。 | CustomIpPrefixPropertiesFormat |
标签 | 资源标记 | 标记名称和值的字典。 请参阅模板 中的 |
区 | 表示为资源分配的 IP 需要来自的可用性区域列表。 | string[] |
ResourceTags
名字 | 描述 | 价值 |
---|
SubResource
名字 | 描述 | 价值 |
---|---|---|
id | 资源 ID。 | 字符串 |
ARM 模板资源定义
可以使用目标操作部署 customIpPrefixes 资源类型:
- 资源组 - 请参阅 资源组部署命令
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.Network/customIpPrefixes 资源,请将以下 JSON 添加到模板。
{
"type": "Microsoft.Network/customIpPrefixes",
"apiVersion": "2024-05-01",
"name": "string",
"extendedLocation": {
"name": "string",
"type": "string"
},
"location": "string",
"properties": {
"asn": "string",
"authorizationMessage": "string",
"cidr": "string",
"commissionedState": "string",
"customIpPrefixParent": {
"id": "string"
},
"expressRouteAdvertise": "bool",
"geo": "string",
"noInternetAdvertise": "bool",
"prefixType": "string",
"signedMessage": "string"
},
"tags": {
"{customized property}": "string"
},
"zones": [ "string" ]
}
属性值
CustomIpPrefixPropertiesFormat
名字 | 描述 | 价值 |
---|---|---|
asn | CIDR 广告的 ASN。 应为字符串的整数。 | 字符串 |
authorizationMessage | WAN 验证的授权消息。 | 字符串 |
cidr | CIDR 表示法中的前缀范围。 应包括起始地址和前缀长度。 | 字符串 |
commissionedState | 自定义 IP 前缀的委托状态。 | “已委托” “CommissionedNoInternetAdvertise” “调试” “解除授权” “已取消预配” “取消预配” “Provisioned” “预配” |
customIpPrefixParent | IPv6 /64 CustomIpPrefix 的父 CustomIpPrefix。 | SubResource |
expressRouteAdvertise | 是否执行快速路由播发。 | bool |
地理 | CIDR 广告的 Geo。 应为地理代码。 | “AFRI” “APAC” “AQ” “EURO” “GLOBAL” “LATAM” “ME” “NAM” “OCEANIA” |
noInternetAdvertise | 是否将范围播发到 Internet。 | bool |
prefixType | 自定义 IP 前缀的类型。 应为单一、父级或子级。 | “Child” “Parent” “单数” |
signedMessage | 用于 WAN 验证的签名消息。 | 字符串 |
ExtendedLocation
名字 | 描述 | 价值 |
---|---|---|
名字 | 扩展位置的名称。 | 字符串 |
类型 | 扩展位置的类型。 | “EdgeZone” |
Microsoft.Network/customIpPrefixes
名字 | 描述 | 价值 |
---|---|---|
apiVersion | API 版本 | '2024-05-01' |
extendedLocation | 自定义 IP 前缀的扩展位置。 | ExtendedLocation |
位置 | 资源位置。 | 字符串 |
名字 | 资源名称 | string (必需) |
性能 | 自定义 IP 前缀属性。 | CustomIpPrefixPropertiesFormat |
标签 | 资源标记 | 标记名称和值的字典。 请参阅模板 中的 |
类型 | 资源类型 | “Microsoft.Network/customIpPrefixes” |
区 | 表示为资源分配的 IP 需要来自的可用性区域列表。 | string[] |
ResourceTags
名字 | 描述 | 价值 |
---|
SubResource
名字 | 描述 | 价值 |
---|---|---|
id | 资源 ID。 | 字符串 |
Terraform (AzAPI 提供程序)资源定义
可以使用目标操作部署 customIpPrefixes 资源类型:
- 资源组
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.Network/customIpPrefixes 资源,请将以下 Terraform 添加到模板。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Network/customIpPrefixes@2024-05-01"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
zones = [
"string"
]
body = jsonencode({
extendedLocation = {
name = "string"
type = "string"
}
properties = {
asn = "string"
authorizationMessage = "string"
cidr = "string"
commissionedState = "string"
customIpPrefixParent = {
id = "string"
}
expressRouteAdvertise = bool
geo = "string"
noInternetAdvertise = bool
prefixType = "string"
signedMessage = "string"
}
})
}
属性值
CustomIpPrefixPropertiesFormat
名字 | 描述 | 价值 |
---|---|---|
asn | CIDR 广告的 ASN。 应为字符串的整数。 | 字符串 |
authorizationMessage | WAN 验证的授权消息。 | 字符串 |
cidr | CIDR 表示法中的前缀范围。 应包括起始地址和前缀长度。 | 字符串 |
commissionedState | 自定义 IP 前缀的委托状态。 | “已委托” “CommissionedNoInternetAdvertise” “调试” “解除授权” “已取消预配” “取消预配” “Provisioned” “预配” |
customIpPrefixParent | IPv6 /64 CustomIpPrefix 的父 CustomIpPrefix。 | SubResource |
expressRouteAdvertise | 是否执行快速路由播发。 | bool |
地理 | CIDR 广告的 Geo。 应为地理代码。 | “AFRI” “APAC” “AQ” “EURO” “GLOBAL” “LATAM” “ME” “NAM” “OCEANIA” |
noInternetAdvertise | 是否将范围播发到 Internet。 | bool |
prefixType | 自定义 IP 前缀的类型。 应为单一、父级或子级。 | “Child” “Parent” “单数” |
signedMessage | 用于 WAN 验证的签名消息。 | 字符串 |
ExtendedLocation
名字 | 描述 | 价值 |
---|---|---|
名字 | 扩展位置的名称。 | 字符串 |
类型 | 扩展位置的类型。 | “EdgeZone” |
Microsoft.Network/customIpPrefixes
名字 | 描述 | 价值 |
---|---|---|
extendedLocation | 自定义 IP 前缀的扩展位置。 | ExtendedLocation |
位置 | 资源位置。 | 字符串 |
名字 | 资源名称 | string (必需) |
性能 | 自定义 IP 前缀属性。 | CustomIpPrefixPropertiesFormat |
标签 | 资源标记 | 标记名称和值的字典。 |
类型 | 资源类型 | “Microsoft.Network/customIpPrefixes@2024-05-01” |
区 | 表示为资源分配的 IP 需要来自的可用性区域列表。 | string[] |
ResourceTags
名字 | 描述 | 价值 |
---|
SubResource
名字 | 描述 | 价值 |
---|---|---|
id | 资源 ID。 | 字符串 |