Microsoft.Network p2svpnGateways 2022-01-01
Bicep 資源定義
p2svpnGateways 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Network/p2svpnGateways 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.Network/p2svpnGateways@2022-01-01' = {
location: 'string'
name: 'string'
properties: {
customDnsServers: [
'string'
]
isRoutingPreferenceInternet: bool
p2SConnectionConfigurations: [
{
id: 'string'
name: 'string'
properties: {
enableInternetSecurity: bool
routingConfiguration: {
associatedRouteTable: {
id: 'string'
}
propagatedRouteTables: {
ids: [
{
id: 'string'
}
]
labels: [
'string'
]
}
vnetRoutes: {
staticRoutes: [
{
addressPrefixes: [
'string'
]
name: 'string'
nextHopIpAddress: 'string'
}
]
}
}
vpnClientAddressPool: {
addressPrefixes: [
'string'
]
}
}
}
]
virtualHub: {
id: 'string'
}
vpnGatewayScaleUnit: int
vpnServerConfiguration: {
id: 'string'
}
}
tags: {
{customized property}: 'string'
}
}
屬性值
AddressSpace
名字 |
描述 |
價值 |
addressPrefixes |
以 CIDR 表示法保留給此虛擬網路的位址區塊清單。 |
string[] |
Microsoft.Network/p2svpnGateways
P2SConnectionConfiguration
P2SConnectionConfigurationProperties
名字 |
描述 |
價值 |
enableInternetSecurity |
指出 P2S 連線是否開啟啟用因特網安全性旗標的旗標。 |
bool |
routingConfiguration |
路由組態,指出此聯機上相關聯的和傳播的路由表。 |
RoutingConfiguration |
vpnClientAddressPool |
地址空間資源的參考,代表 P2S VpnClient 的地址空間。 |
AddressSpace |
P2SVpnGatewayProperties
名字 |
描述 |
價值 |
customDnsServers |
所有客戶指定的 DNS 伺服器 IP 位址清單。 |
string[] |
isRoutingPreferenceInternet |
為 P2SVpnGateway 的公用 IP 介面啟用路由喜好設定屬性。 |
bool |
p2SConnectionConfigurations |
閘道的所有 p2s 聯機組態清單。 |
P2SConnectionConfiguration[] |
virtualHub |
網關所屬的 VirtualHub。 |
SubResource |
vpnGatewayScaleUnit |
此 p2s vpn 閘道的縮放單位。 |
int |
vpnServerConfiguration |
p2sVpnGateway 所連結的 VpnServerConfiguration。 |
SubResource |
PropagatedRouteTable
名字 |
描述 |
價值 |
ids |
所有 RouteTable 的資源標識符清單。 |
SubResource[] |
標籤 |
標籤清單。 |
string[] |
RoutingConfiguration
名字 |
描述 |
價值 |
associatedRouteTable |
與此 RoutingConfiguration 相關聯的資源標識碼 RouteTable。 |
SubResource |
propagatedRouteTables |
要公告路由的 RouteTable 列表。 |
PropagatedRouteTable |
vnetRoutes |
控制從 VirtualHub 到虛擬網路連線路由的路由清單。 |
VnetRoute |
StaticRoute
名字 |
描述 |
價值 |
addressPrefixes |
所有地址前綴的清單。 |
string[] |
名字 |
VnetRoute 內唯一的 StaticRoute 名稱。 |
字串 |
nextHopIpAddress |
下一個躍點的IP位址。 |
字串 |
SubResource
VnetRoute
ARM 樣本資源定義
p2svpnGateways 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Network/p2svpnGateways 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Network/p2svpnGateways",
"apiVersion": "2022-01-01",
"name": "string",
"location": "string",
"properties": {
"customDnsServers": [ "string" ],
"isRoutingPreferenceInternet": "bool",
"p2SConnectionConfigurations": [
{
"id": "string",
"name": "string",
"properties": {
"enableInternetSecurity": "bool",
"routingConfiguration": {
"associatedRouteTable": {
"id": "string"
},
"propagatedRouteTables": {
"ids": [
{
"id": "string"
}
],
"labels": [ "string" ]
},
"vnetRoutes": {
"staticRoutes": [
{
"addressPrefixes": [ "string" ],
"name": "string",
"nextHopIpAddress": "string"
}
]
}
},
"vpnClientAddressPool": {
"addressPrefixes": [ "string" ]
}
}
}
],
"virtualHub": {
"id": "string"
},
"vpnGatewayScaleUnit": "int",
"vpnServerConfiguration": {
"id": "string"
}
},
"tags": {
"{customized property}": "string"
}
}
屬性值
AddressSpace
名字 |
描述 |
價值 |
addressPrefixes |
以 CIDR 表示法保留給此虛擬網路的位址區塊清單。 |
string[] |
Microsoft.Network/p2svpnGateways
名字 |
描述 |
價值 |
apiVersion |
API 版本 |
'2022-01-01' |
位置 |
資源位置。 |
字串 |
名字 |
資源名稱 |
字串 (必要) |
性能 |
P2SVpnGateway 的屬性。 |
P2SVpnGatewayProperties |
標籤 |
資源標籤 |
標記名稱和值的字典。 請參閱範本中的 標籤 |
類型 |
資源類型 |
'Microsoft.Network/p2svpnGateways' |
P2SConnectionConfiguration
P2SConnectionConfigurationProperties
名字 |
描述 |
價值 |
enableInternetSecurity |
指出 P2S 連線是否開啟啟用因特網安全性旗標的旗標。 |
bool |
routingConfiguration |
路由組態,指出此聯機上相關聯的和傳播的路由表。 |
RoutingConfiguration |
vpnClientAddressPool |
地址空間資源的參考,代表 P2S VpnClient 的地址空間。 |
AddressSpace |
P2SVpnGatewayProperties
名字 |
描述 |
價值 |
customDnsServers |
所有客戶指定的 DNS 伺服器 IP 位址清單。 |
string[] |
isRoutingPreferenceInternet |
為 P2SVpnGateway 的公用 IP 介面啟用路由喜好設定屬性。 |
bool |
p2SConnectionConfigurations |
閘道的所有 p2s 聯機組態清單。 |
P2SConnectionConfiguration[] |
virtualHub |
網關所屬的 VirtualHub。 |
SubResource |
vpnGatewayScaleUnit |
此 p2s vpn 閘道的縮放單位。 |
int |
vpnServerConfiguration |
p2sVpnGateway 所連結的 VpnServerConfiguration。 |
SubResource |
PropagatedRouteTable
名字 |
描述 |
價值 |
ids |
所有 RouteTable 的資源標識符清單。 |
SubResource[] |
標籤 |
標籤清單。 |
string[] |
RoutingConfiguration
名字 |
描述 |
價值 |
associatedRouteTable |
與此 RoutingConfiguration 相關聯的資源標識碼 RouteTable。 |
SubResource |
propagatedRouteTables |
要公告路由的 RouteTable 列表。 |
PropagatedRouteTable |
vnetRoutes |
控制從 VirtualHub 到虛擬網路連線路由的路由清單。 |
VnetRoute |
StaticRoute
名字 |
描述 |
價值 |
addressPrefixes |
所有地址前綴的清單。 |
string[] |
名字 |
VnetRoute 內唯一的 StaticRoute 名稱。 |
字串 |
nextHopIpAddress |
下一個躍點的IP位址。 |
字串 |
SubResource
VnetRoute
快速入門範本
下列快速入門範本會部署此資源類型。
p2svpnGateways 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Network/p2svpnGateways 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Network/p2svpnGateways@2022-01-01"
name = "string"
location = "string"
body = jsonencode({
properties = {
customDnsServers = [
"string"
]
isRoutingPreferenceInternet = bool
p2SConnectionConfigurations = [
{
id = "string"
name = "string"
properties = {
enableInternetSecurity = bool
routingConfiguration = {
associatedRouteTable = {
id = "string"
}
propagatedRouteTables = {
ids = [
{
id = "string"
}
]
labels = [
"string"
]
}
vnetRoutes = {
staticRoutes = [
{
addressPrefixes = [
"string"
]
name = "string"
nextHopIpAddress = "string"
}
]
}
}
vpnClientAddressPool = {
addressPrefixes = [
"string"
]
}
}
}
]
virtualHub = {
id = "string"
}
vpnGatewayScaleUnit = int
vpnServerConfiguration = {
id = "string"
}
}
})
tags = {
{customized property} = "string"
}
}
屬性值
AddressSpace
名字 |
描述 |
價值 |
addressPrefixes |
以 CIDR 表示法保留給此虛擬網路的位址區塊清單。 |
string[] |
Microsoft.Network/p2svpnGateways
名字 |
描述 |
價值 |
位置 |
資源位置。 |
字串 |
名字 |
資源名稱 |
字串 (必要) |
性能 |
P2SVpnGateway 的屬性。 |
P2SVpnGatewayProperties |
標籤 |
資源標籤 |
標記名稱和值的字典。 |
類型 |
資源類型 |
“Microsoft.Network/p2svpnGateways@2022-01-01” |
P2SConnectionConfiguration
P2SConnectionConfigurationProperties
名字 |
描述 |
價值 |
enableInternetSecurity |
指出 P2S 連線是否開啟啟用因特網安全性旗標的旗標。 |
bool |
routingConfiguration |
路由組態,指出此聯機上相關聯的和傳播的路由表。 |
RoutingConfiguration |
vpnClientAddressPool |
地址空間資源的參考,代表 P2S VpnClient 的地址空間。 |
AddressSpace |
P2SVpnGatewayProperties
名字 |
描述 |
價值 |
customDnsServers |
所有客戶指定的 DNS 伺服器 IP 位址清單。 |
string[] |
isRoutingPreferenceInternet |
為 P2SVpnGateway 的公用 IP 介面啟用路由喜好設定屬性。 |
bool |
p2SConnectionConfigurations |
閘道的所有 p2s 聯機組態清單。 |
P2SConnectionConfiguration[] |
virtualHub |
網關所屬的 VirtualHub。 |
SubResource |
vpnGatewayScaleUnit |
此 p2s vpn 閘道的縮放單位。 |
int |
vpnServerConfiguration |
p2sVpnGateway 所連結的 VpnServerConfiguration。 |
SubResource |
PropagatedRouteTable
名字 |
描述 |
價值 |
ids |
所有 RouteTable 的資源標識符清單。 |
SubResource[] |
標籤 |
標籤清單。 |
string[] |
RoutingConfiguration
名字 |
描述 |
價值 |
associatedRouteTable |
與此 RoutingConfiguration 相關聯的資源標識碼 RouteTable。 |
SubResource |
propagatedRouteTables |
要公告路由的 RouteTable 列表。 |
PropagatedRouteTable |
vnetRoutes |
控制從 VirtualHub 到虛擬網路連線路由的路由清單。 |
VnetRoute |
StaticRoute
名字 |
描述 |
價值 |
addressPrefixes |
所有地址前綴的清單。 |
string[] |
名字 |
VnetRoute 內唯一的 StaticRoute 名稱。 |
字串 |
nextHopIpAddress |
下一個躍點的IP位址。 |
字串 |
SubResource
VnetRoute