Microsoft.Network customIpPrefixes 2023-04-01
Bicep 資源定義
customIpPrefixes 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Network/customIpPrefixes 資源,請將下列 Bicep 新增至您的範本。
resource symbolicname 'Microsoft.Network/customIpPrefixes@2023-04-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' 「調試」 '解除委任' 'Deprovisioned' '取消布建' 'Provisioned' 'Provisioning' |
customIpPrefixParent | IPv6 /64 CustomIpPrefix 的父 CustomIpPrefix。 | SubResource |
expressRouteAdvertise | 是否要執行快速路由公告。 | bool |
地理 | CIDR 廣告的 Geo。 應該是地理代碼。 | 'AFRI' 'APAC' 'AQ' 'EURO' 'GLOBAL' 'LATAM' 'ME' 'NAM' 'OCEANIA' |
noInternetAdvertise | 是否要將範圍公告至因特網。 | bool |
prefixType | 自訂IP前置詞的類型。 應該是單一、父系或子系。 | 'Child' 'Parent' “單一” |
signedMessage | 用於 WAN 驗證的已簽署訊息。 | 字串 |
ExtendedLocation
名字 | 描述 | 價值 |
---|---|---|
名字 | 擴充位置的名稱。 | 字串 |
類型 | 擴充位置的類型。 | 'EdgeZone' |
Microsoft.Network/customIpPrefixes
名字 | 描述 | 價值 |
---|---|---|
extendedLocation | 自定義IP前置詞的擴充位置。 | ExtendedLocation |
位置 | 資源位置。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
性能 | 自定義IP前置詞屬性。 | CustomIpPrefixPropertiesFormat |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
區 | 可用性區域清單,表示為資源配置的IP必須來自。 | string[] |
ResourceTags
名字 | 描述 | 價值 |
---|
SubResource
名字 | 描述 | 價值 |
---|---|---|
id | 資源標識碼。 | 字串 |
ARM 樣本資源定義
customIpPrefixes 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Network/customIpPrefixes 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Network/customIpPrefixes",
"apiVersion": "2023-04-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' 「調試」 '解除委任' 'Deprovisioned' '取消布建' 'Provisioned' 'Provisioning' |
customIpPrefixParent | IPv6 /64 CustomIpPrefix 的父 CustomIpPrefix。 | SubResource |
expressRouteAdvertise | 是否要執行快速路由公告。 | bool |
地理 | CIDR 廣告的 Geo。 應該是地理代碼。 | 'AFRI' 'APAC' 'AQ' 'EURO' 'GLOBAL' 'LATAM' 'ME' 'NAM' 'OCEANIA' |
noInternetAdvertise | 是否要將範圍公告至因特網。 | bool |
prefixType | 自訂IP前置詞的類型。 應該是單一、父系或子系。 | 'Child' 'Parent' “單一” |
signedMessage | 用於 WAN 驗證的已簽署訊息。 | 字串 |
ExtendedLocation
名字 | 描述 | 價值 |
---|---|---|
名字 | 擴充位置的名稱。 | 字串 |
類型 | 擴充位置的類型。 | 'EdgeZone' |
Microsoft.Network/customIpPrefixes
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2023-04-01' |
extendedLocation | 自定義IP前置詞的擴充位置。 | ExtendedLocation |
位置 | 資源位置。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
性能 | 自定義IP前置詞屬性。 | CustomIpPrefixPropertiesFormat |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
類型 | 資源類型 | 'Microsoft.Network/customIpPrefixes' |
區 | 可用性區域清單,表示為資源配置的IP必須來自。 | string[] |
ResourceTags
名字 | 描述 | 價值 |
---|
SubResource
名字 | 描述 | 價值 |
---|---|---|
id | 資源標識碼。 | 字串 |
Terraform (AzAPI 提供者) 資源定義
customIpPrefixes 資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Network/customIpPrefixes 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Network/customIpPrefixes@2023-04-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' 「調試」 '解除委任' 'Deprovisioned' '取消布建' 'Provisioned' 'Provisioning' |
customIpPrefixParent | IPv6 /64 CustomIpPrefix 的父 CustomIpPrefix。 | SubResource |
expressRouteAdvertise | 是否要執行快速路由公告。 | bool |
地理 | CIDR 廣告的 Geo。 應該是地理代碼。 | 'AFRI' 'APAC' 'AQ' 'EURO' 'GLOBAL' 'LATAM' 'ME' 'NAM' 'OCEANIA' |
noInternetAdvertise | 是否要將範圍公告至因特網。 | bool |
prefixType | 自訂IP前置詞的類型。 應該是單一、父系或子系。 | 'Child' 'Parent' “單一” |
signedMessage | 用於 WAN 驗證的已簽署訊息。 | 字串 |
ExtendedLocation
名字 | 描述 | 價值 |
---|---|---|
名字 | 擴充位置的名稱。 | 字串 |
類型 | 擴充位置的類型。 | 'EdgeZone' |
Microsoft.Network/customIpPrefixes
名字 | 描述 | 價值 |
---|---|---|
extendedLocation | 自定義IP前置詞的擴充位置。 | ExtendedLocation |
位置 | 資源位置。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
性能 | 自定義IP前置詞屬性。 | CustomIpPrefixPropertiesFormat |
標籤 | 資源標籤 | 標記名稱和值的字典。 |
類型 | 資源類型 | “Microsoft.Network/customIpPrefixes@2023-04-01” |
區 | 可用性區域清單,表示為資源配置的IP必須來自。 | string[] |
ResourceTags
名字 | 描述 | 價值 |
---|
SubResource
名字 | 描述 | 價值 |
---|---|---|
id | 資源標識碼。 | 字串 |