Microsoft.Network publicIPPrefixes 2023-09-01
Bicep 資源定義
publicIPPrefixes 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Network/publicIPPrefixes 資源,請將下列 Bicep 新增至您的範本。
resource symbolicname 'Microsoft.Network/publicIPPrefixes@2023-09-01' = {
extendedLocation: {
name: 'string'
type: 'string'
}
location: 'string'
name: 'string'
properties: {
customIPPrefix: {
id: 'string'
}
ipTags: [
{
ipTagType: 'string'
tag: 'string'
}
]
natGateway: {
id: 'string'
location: 'string'
properties: {
idleTimeoutInMinutes: int
publicIpAddresses: [
{
id: 'string'
}
]
publicIpPrefixes: [
{
id: 'string'
}
]
}
sku: {
name: 'string'
}
tags: {
{customized property}: 'string'
}
zones: [
'string'
]
}
prefixLength: int
publicIPAddressVersion: 'string'
}
sku: {
name: 'string'
tier: 'string'
}
tags: {
{customized property}: 'string'
}
zones: [
'string'
]
}
屬性值
ExtendedLocation
名字 |
描述 |
價值 |
名字 |
擴充位置的名稱。 |
字串 |
類型 |
擴充位置的類型。 |
'EdgeZone' |
IpTag
名字 |
描述 |
價值 |
ipTagType |
IP 標籤類型。 範例:FirstPartyUsage。 |
字串 |
標記 |
與公用IP相關聯的IP標籤。 範例:SQL。 |
字串 |
Microsoft.Network/publicIPPrefixes
NatGateway
名字 |
描述 |
價值 |
idleTimeoutInMinutes |
nat 閘道的閒置逾時。 |
int |
publicIpAddresses |
與 nat 閘道資源相關聯的公用IP位址數位。 |
SubResource[] |
publicIpPrefixes |
與 nat 閘道資源相關聯的公用IP前置詞數位。 |
SubResource[] |
NatGatewaySku
名字 |
描述 |
價值 |
名字 |
Nat 閘道 SKU 的名稱。 |
'Standard' |
名字 |
描述 |
價值 |
customIPPrefix |
此前置詞相關聯的 customIpPrefix。 |
SubResource |
ipTags |
與公用IP前置詞相關聯的標記清單。 |
IpTag[] |
natGateway |
公用IP前置詞的 NatGateway。 |
NatGateway |
prefixLength |
公用IP前置詞的長度。 |
int |
publicIPAddressVersion |
公用IP位址版本。 |
'IPv4' 'IPv6' |
PublicIPPrefixSku
名字 |
描述 |
價值 |
名字 |
公用IP前置綴 SKU 的名稱。 |
'Standard' |
層 |
公用IP前綴 SKU 的階層。 |
'Global' '地區' |
SubResource
快速入門範例
下列快速入門範例會部署此資源類型。
ARM 樣本資源定義
publicIPPrefixes 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Network/publicIPPrefixes 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Network/publicIPPrefixes",
"apiVersion": "2023-09-01",
"name": "string",
"extendedLocation": {
"name": "string",
"type": "string"
},
"location": "string",
"properties": {
"customIPPrefix": {
"id": "string"
},
"ipTags": [
{
"ipTagType": "string",
"tag": "string"
}
],
"natGateway": {
"id": "string",
"location": "string",
"properties": {
"idleTimeoutInMinutes": "int",
"publicIpAddresses": [
{
"id": "string"
}
],
"publicIpPrefixes": [
{
"id": "string"
}
]
},
"sku": {
"name": "string"
},
"tags": {
"{customized property}": "string"
},
"zones": [ "string" ]
},
"prefixLength": "int",
"publicIPAddressVersion": "string"
},
"sku": {
"name": "string",
"tier": "string"
},
"tags": {
"{customized property}": "string"
},
"zones": [ "string" ]
}
屬性值
ExtendedLocation
名字 |
描述 |
價值 |
名字 |
擴充位置的名稱。 |
字串 |
類型 |
擴充位置的類型。 |
'EdgeZone' |
IpTag
名字 |
描述 |
價值 |
ipTagType |
IP 標籤類型。 範例:FirstPartyUsage。 |
字串 |
標記 |
與公用IP相關聯的IP標籤。 範例:SQL。 |
字串 |
Microsoft.Network/publicIPPrefixes
NatGateway
名字 |
描述 |
價值 |
idleTimeoutInMinutes |
nat 閘道的閒置逾時。 |
int |
publicIpAddresses |
與 nat 閘道資源相關聯的公用IP位址數位。 |
SubResource[] |
publicIpPrefixes |
與 nat 閘道資源相關聯的公用IP前置詞數位。 |
SubResource[] |
NatGatewaySku
名字 |
描述 |
價值 |
名字 |
Nat 閘道 SKU 的名稱。 |
'Standard' |
名字 |
描述 |
價值 |
customIPPrefix |
此前置詞相關聯的 customIpPrefix。 |
SubResource |
ipTags |
與公用IP前置詞相關聯的標記清單。 |
IpTag[] |
natGateway |
公用IP前置詞的 NatGateway。 |
NatGateway |
prefixLength |
公用IP前置詞的長度。 |
int |
publicIPAddressVersion |
公用IP位址版本。 |
'IPv4' 'IPv6' |
PublicIPPrefixSku
名字 |
描述 |
價值 |
名字 |
公用IP前置綴 SKU 的名稱。 |
'Standard' |
層 |
公用IP前綴 SKU 的階層。 |
'Global' '地區' |
SubResource
快速入門範本
下列快速入門範本會部署此資源類型。
publicIPPrefixes 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Network/publicIPPrefixes 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Network/publicIPPrefixes@2023-09-01"
name = "string"
location = "string"
sku = {
name = "string"
tier = "string"
}
tags = {
{customized property} = "string"
}
zones = [
"string"
]
body = jsonencode({
extendedLocation = {
name = "string"
type = "string"
}
properties = {
customIPPrefix = {
id = "string"
}
ipTags = [
{
ipTagType = "string"
tag = "string"
}
]
natGateway = {
id = "string"
location = "string"
properties = {
idleTimeoutInMinutes = int
publicIpAddresses = [
{
id = "string"
}
]
publicIpPrefixes = [
{
id = "string"
}
]
}
sku = {
name = "string"
}
tags = {
{customized property} = "string"
}
zones = [
"string"
]
}
prefixLength = int
publicIPAddressVersion = "string"
}
})
}
屬性值
ExtendedLocation
名字 |
描述 |
價值 |
名字 |
擴充位置的名稱。 |
字串 |
類型 |
擴充位置的類型。 |
'EdgeZone' |
IpTag
名字 |
描述 |
價值 |
ipTagType |
IP 標籤類型。 範例:FirstPartyUsage。 |
字串 |
標記 |
與公用IP相關聯的IP標籤。 範例:SQL。 |
字串 |
Microsoft.Network/publicIPPrefixes
NatGateway
名字 |
描述 |
價值 |
idleTimeoutInMinutes |
nat 閘道的閒置逾時。 |
int |
publicIpAddresses |
與 nat 閘道資源相關聯的公用IP位址數位。 |
SubResource[] |
publicIpPrefixes |
與 nat 閘道資源相關聯的公用IP前置詞數位。 |
SubResource[] |
NatGatewaySku
名字 |
描述 |
價值 |
名字 |
Nat 閘道 SKU 的名稱。 |
'Standard' |
名字 |
描述 |
價值 |
customIPPrefix |
此前置詞相關聯的 customIpPrefix。 |
SubResource |
ipTags |
與公用IP前置詞相關聯的標記清單。 |
IpTag[] |
natGateway |
公用IP前置詞的 NatGateway。 |
NatGateway |
prefixLength |
公用IP前置詞的長度。 |
int |
publicIPAddressVersion |
公用IP位址版本。 |
'IPv4' 'IPv6' |
PublicIPPrefixSku
名字 |
描述 |
價值 |
名字 |
公用IP前置綴 SKU 的名稱。 |
'Standard' |
層 |
公用IP前綴 SKU 的階層。 |
'Global' '地區' |
SubResource