- 最新
- 2024-07-01
- 2024-05-01
- 2024-03-01
- 2024-01-01
- 2023-11-01
- 2023-09-01
- 2023-06-01
- 2023-05-01
- 2023-04-01
- 2023-02-01
- 2022-11-01
- 2022-09-01
- 2022-07-01
- 2022-05-01
- 2022-01-01
- 2021-08-01
- 2021-05-01
- 2021-03-01
- 2021-02-01
- 2020-11-01
- 2020-08-01
- 2020-07-01
- 2020-06-01
- 2020-05-01
- 2020-04-01
- 2020-03-01
- 2019-12-01
- 2019-11-01
- 2019-09-01
- 2019-08-01
Bicep 資源定義
vpnServerConfigurations 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Network/vpnServerConfigurations 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.Network/vpnServerConfigurations@2024-05-01' = {
location: 'string'
name: 'string'
properties: {
aadAuthenticationParameters: {
aadAudience: 'string'
aadIssuer: 'string'
aadTenant: 'string'
}
configurationPolicyGroups: [
{
id: 'string'
name: 'string'
properties: {
isDefault: bool
policyMembers: [
{
attributeType: 'string'
attributeValue: 'string'
name: 'string'
}
]
priority: int
}
}
]
name: 'string'
radiusClientRootCertificates: [
{
name: 'string'
thumbprint: 'string'
}
]
radiusServerAddress: 'string'
radiusServerRootCertificates: [
{
name: 'string'
publicCertData: 'string'
}
]
radiusServers: [
{
radiusServerAddress: 'string'
radiusServerScore: int
radiusServerSecret: 'string'
}
]
radiusServerSecret: 'string'
vpnAuthenticationTypes: [
'string'
]
vpnClientIpsecPolicies: [
{
dhGroup: 'string'
ikeEncryption: 'string'
ikeIntegrity: 'string'
ipsecEncryption: 'string'
ipsecIntegrity: 'string'
pfsGroup: 'string'
saDataSizeKilobytes: int
saLifeTimeSeconds: int
}
]
vpnClientRevokedCertificates: [
{
name: 'string'
thumbprint: 'string'
}
]
vpnClientRootCertificates: [
{
name: 'string'
publicCertData: 'string'
}
]
vpnProtocols: [
'string'
]
}
tags: {
{customized property}: 'string'
}
}
屬性值
Microsoft.Network/vpnServer配置
名字 | 描述 | 價值 |
---|---|---|
位置 | 資源位置。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
性能 | P2SVpnServer 組態的屬性。 | VpnServerConfiguration屬性 |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
AadAuthenticationParameters
名字 | 描述 | 價值 |
---|---|---|
aadAudience | AAD Vpn 驗證參數 AAD 物件。 | 字串 |
aadIssuer | AAD Vpn 驗證參數 AAD 簽發者。 | 字串 |
aadTenant | AAD Vpn 驗證參數 AAD 租使用者。 | 字串 |
IpsecPolicy 策略
名字 | 描述 | 價值 |
---|---|---|
dhGroup 公司 | 在 IKE 階段 1 中用於初始 SA 的 DH 群組。 | 'DHGroup1' 'DHGroup14' 'DHGroup2' 'DHGroup2048' 'DHGroup24' 'ECP256' 'ECP384' 'None' (必要) |
ike加密 | IKE 加密演算法 (IKE 階段 2)。 | 'AES128' 'AES192' 'AES256' “DES” 'DES3' “GCMAES128” 'GCMAES256' (必要) |
ike誠信 | IKE 完整性演算法 (IKE 階段 2)。 | “GCMAES128” “GCMAES256” 'MD5' 'SHA1' 'SHA256' 'SHA384' (必要) |
ipsec加密 | IPSec 加密演算法 (IKE 階段 1)。 | 'AES128' 'AES192' 'AES256' “DES” 'DES3' “GCMAES128” “GCMAES192” “GCMAES256” 'None' (必要) |
ipsec完整性 | IPSec 完整性演算法 (IKE 階段 1)。 | “GCMAES128” “GCMAES192” “GCMAES256” 'MD5' 'SHA1' 'SHA256' (必要) |
pfs集團 | IKE 階段 2 中用於新子 SA 的 Pfs 群組。 | 'ECP256' 'ECP384' “無” “PFS1” 'PFS14' 'PFS2' “PFS2048” 'PFS24' 'PFSMM' (必要) |
saDataSize千位元組 | IPSec 安全性關聯 (也稱為快速模式或階段 2 SA) 承載大小 KB,適用於站對站 VPN 通道。 | int (必要) |
saLifeTimeSeconds | IPSec 安全性關聯 (也稱為快速模式或階段 2 SA) 存留期,以秒為單位,用於站對站 VPN 通道。 | int (必要) |
Radius伺服器
名字 | 描述 | 價值 |
---|---|---|
radiusServer位址 | 這個半徑伺服器的位址。 | 字串 (必要) |
radiusServerScore | 指派給這個半徑伺服器的初始分數。 | 整數 (int) |
radiusServerSecret 的 | 用於這個半徑伺服器的秘密。 | 字串 |
資源標籤
名字 | 描述 | 價值 |
---|
VpnServerConfigRadiusClientRootCertificate
名字 | 描述 | 價值 |
---|---|---|
名字 | 憑證名稱。 | 字串 |
指紋 | Radius 用戶端跟證書指紋。 | 字串 |
VpnServerConfigRadiusServerRootCertificate
名字 | 描述 | 價值 |
---|---|---|
名字 | 憑證名稱。 | 字串 |
publicCertData 的 | 憑證公用數據。 | 字串 |
VpnServerConfigurationPolicyGroup
名字 | 描述 | 價值 |
---|---|---|
識別碼 | 資源標識碼。 | 字串 |
名字 | 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 | 字串 |
性能 | VpnServerConfigurationPolicyGroup 的屬性。 | VpnServerConfigurationPolicyGroup屬性 |
VpnServerConfigurationPolicyGroupMember
名字 | 描述 | 價值 |
---|---|---|
屬性類型 | Vpn 原則成員屬性類型。 | “AADGroupId” “CertificateGroupId” “RadiusAzureGroupId” |
屬性值 | 用於此 VpnServerConfigurationPolicyGroupMember 的 Attribute 值。 | 字串 |
名字 | VpnServerConfigurationPolicyGroupMember 的名稱。 | 字串 |
VpnServerConfigurationPolicyGroup屬性
名字 | 描述 | 價值 |
---|---|---|
isDefault | 顯示此是否為預設 VpnServerConfigurationPolicyGroup。 | 布爾 (bool) |
policyMembers | VpnServerConfigurationPolicyGroup 的多個 PolicyMembers。 | VpnServerConfigurationPolicyGroupMember[] |
優先權 | VpnServerConfigurationPolicyGroup 的優先順序。 | 整數 (int) |
VpnServerConfiguration屬性
名字 | 描述 | 價值 |
---|---|---|
aadAuthenticationParameters | aad vpn 驗證參數的集合。 | AadAuthenticationParameters |
配置策略組 | 所有 VpnServerConfigurationPolicyGroups 的清單。 | VpnServerConfigurationPolicyGroup[] |
名字 | 資源群組內唯一的 VpnServerConfiguration 名稱。 | 字串 |
radiusClientRootCertificates | VpnServerConfiguration 的 Radius 用戶端跟證書。 | VpnServerConfigRadiusClientRootCertificate[] |
radiusServer位址 | VpnServerConfiguration 資源的 radius 伺服器地址屬性,用於點對站用戶端連線。 | 字串 |
radiusServerRootCertificates | VpnServerConfiguration 的 Radius 伺服器跟證書。 | VpnServerConfigRadiusServerRootCertificate[] |
radius伺服器 | VpnServerConfiguration 的多個 Radius 伺服器組態。 | RadiusServer[] |
radiusServerSecret 的 | VpnServerConfiguration 資源的 radius 秘密屬性,用於點對站用戶端連線。 | 字串 |
vpnAuthenticationTypes | VpnServerConfiguration 的 VPN 驗證類型。 | 包含任何的字串數組: “AAD” '證書' '半徑' |
vpnClientIpsec策略 | VpnServerConfiguration 的 VpnClientIpsecPolicies。 | IpsecPolicy[] |
vpnClientRevokedCertificates | VPN 用戶端撤銷 VpnServerConfiguration 的憑證。 | VpnServerConfigVpnClientRevokedCertificate[] |
vpnClientRootCertificates | VpnServerConfiguration 的 VPN 用戶端跟證書。 | VpnServerConfigVpnClientRootCertificate[] |
vpn協定 | VpnServerConfiguration 的 VPN 通訊協定。 | 包含任何的字串數組: 'IkeV2' 'OpenVPN' |
VpnServerConfigVpnClientRevokedCertificate
名字 | 描述 | 價值 |
---|---|---|
名字 | 憑證名稱。 | 字串 |
指紋 | 撤銷的 VPN 用戶端憑證指紋。 | 字串 |
VpnServerConfigVpnClientRootCertificate
名字 | 描述 | 價值 |
---|---|---|
名字 | 憑證名稱。 | 字串 |
publicCertData 的 | 憑證公用數據。 | 字串 |
使用範例
Azure 已驗證的模組
下列 Azure 驗證模組 可用來部署此資源類型。
模組 | 描述 |
---|---|
VPN 伺服器組態 | VPN 伺服器組態的 AVM 資源模組 |
ARM 樣本資源定義
vpnServerConfigurations 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Network/vpnServerConfigurations 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Network/vpnServerConfigurations",
"apiVersion": "2024-05-01",
"name": "string",
"location": "string",
"properties": {
"aadAuthenticationParameters": {
"aadAudience": "string",
"aadIssuer": "string",
"aadTenant": "string"
},
"configurationPolicyGroups": [
{
"id": "string",
"name": "string",
"properties": {
"isDefault": "bool",
"policyMembers": [
{
"attributeType": "string",
"attributeValue": "string",
"name": "string"
}
],
"priority": "int"
}
}
],
"name": "string",
"radiusClientRootCertificates": [
{
"name": "string",
"thumbprint": "string"
}
],
"radiusServerAddress": "string",
"radiusServerRootCertificates": [
{
"name": "string",
"publicCertData": "string"
}
],
"radiusServers": [
{
"radiusServerAddress": "string",
"radiusServerScore": "int",
"radiusServerSecret": "string"
}
],
"radiusServerSecret": "string",
"vpnAuthenticationTypes": [ "string" ],
"vpnClientIpsecPolicies": [
{
"dhGroup": "string",
"ikeEncryption": "string",
"ikeIntegrity": "string",
"ipsecEncryption": "string",
"ipsecIntegrity": "string",
"pfsGroup": "string",
"saDataSizeKilobytes": "int",
"saLifeTimeSeconds": "int"
}
],
"vpnClientRevokedCertificates": [
{
"name": "string",
"thumbprint": "string"
}
],
"vpnClientRootCertificates": [
{
"name": "string",
"publicCertData": "string"
}
],
"vpnProtocols": [ "string" ]
},
"tags": {
"{customized property}": "string"
}
}
屬性值
Microsoft.Network/vpnServer配置
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2024-05-01' |
位置 | 資源位置。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
性能 | P2SVpnServer 組態的屬性。 | VpnServerConfiguration屬性 |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
類型 | 資源類型 | “Microsoft.Network/vpnServerConfigurations” |
AadAuthenticationParameters
名字 | 描述 | 價值 |
---|---|---|
aadAudience | AAD Vpn 驗證參數 AAD 物件。 | 字串 |
aadIssuer | AAD Vpn 驗證參數 AAD 簽發者。 | 字串 |
aadTenant | AAD Vpn 驗證參數 AAD 租使用者。 | 字串 |
IpsecPolicy 策略
名字 | 描述 | 價值 |
---|---|---|
dhGroup 公司 | 在 IKE 階段 1 中用於初始 SA 的 DH 群組。 | 'DHGroup1' 'DHGroup14' 'DHGroup2' 'DHGroup2048' 'DHGroup24' 'ECP256' 'ECP384' 'None' (必要) |
ike加密 | IKE 加密演算法 (IKE 階段 2)。 | 'AES128' 'AES192' 'AES256' “DES” 'DES3' “GCMAES128” 'GCMAES256' (必要) |
ike誠信 | IKE 完整性演算法 (IKE 階段 2)。 | “GCMAES128” “GCMAES256” 'MD5' 'SHA1' 'SHA256' 'SHA384' (必要) |
ipsec加密 | IPSec 加密演算法 (IKE 階段 1)。 | 'AES128' 'AES192' 'AES256' “DES” 'DES3' “GCMAES128” “GCMAES192” “GCMAES256” 'None' (必要) |
ipsec完整性 | IPSec 完整性演算法 (IKE 階段 1)。 | “GCMAES128” “GCMAES192” “GCMAES256” 'MD5' 'SHA1' 'SHA256' (必要) |
pfs集團 | IKE 階段 2 中用於新子 SA 的 Pfs 群組。 | 'ECP256' 'ECP384' “無” “PFS1” 'PFS14' 'PFS2' “PFS2048” 'PFS24' 'PFSMM' (必要) |
saDataSize千位元組 | IPSec 安全性關聯 (也稱為快速模式或階段 2 SA) 承載大小 KB,適用於站對站 VPN 通道。 | int (必要) |
saLifeTimeSeconds | IPSec 安全性關聯 (也稱為快速模式或階段 2 SA) 存留期,以秒為單位,用於站對站 VPN 通道。 | int (必要) |
Radius伺服器
名字 | 描述 | 價值 |
---|---|---|
radiusServer位址 | 這個半徑伺服器的位址。 | 字串 (必要) |
radiusServerScore | 指派給這個半徑伺服器的初始分數。 | 整數 (int) |
radiusServerSecret 的 | 用於這個半徑伺服器的秘密。 | 字串 |
資源標籤
名字 | 描述 | 價值 |
---|
VpnServerConfigRadiusClientRootCertificate
名字 | 描述 | 價值 |
---|---|---|
名字 | 憑證名稱。 | 字串 |
指紋 | Radius 用戶端跟證書指紋。 | 字串 |
VpnServerConfigRadiusServerRootCertificate
名字 | 描述 | 價值 |
---|---|---|
名字 | 憑證名稱。 | 字串 |
publicCertData 的 | 憑證公用數據。 | 字串 |
VpnServerConfigurationPolicyGroup
名字 | 描述 | 價值 |
---|---|---|
識別碼 | 資源標識碼。 | 字串 |
名字 | 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 | 字串 |
性能 | VpnServerConfigurationPolicyGroup 的屬性。 | VpnServerConfigurationPolicyGroup屬性 |
VpnServerConfigurationPolicyGroupMember
名字 | 描述 | 價值 |
---|---|---|
屬性類型 | Vpn 原則成員屬性類型。 | “AADGroupId” “CertificateGroupId” “RadiusAzureGroupId” |
屬性值 | 用於此 VpnServerConfigurationPolicyGroupMember 的 Attribute 值。 | 字串 |
名字 | VpnServerConfigurationPolicyGroupMember 的名稱。 | 字串 |
VpnServerConfigurationPolicyGroup屬性
名字 | 描述 | 價值 |
---|---|---|
isDefault | 顯示此是否為預設 VpnServerConfigurationPolicyGroup。 | 布爾 (bool) |
policyMembers | VpnServerConfigurationPolicyGroup 的多個 PolicyMembers。 | VpnServerConfigurationPolicyGroupMember[] |
優先權 | VpnServerConfigurationPolicyGroup 的優先順序。 | 整數 (int) |
VpnServerConfiguration屬性
名字 | 描述 | 價值 |
---|---|---|
aadAuthenticationParameters | aad vpn 驗證參數的集合。 | AadAuthenticationParameters |
配置策略組 | 所有 VpnServerConfigurationPolicyGroups 的清單。 | VpnServerConfigurationPolicyGroup[] |
名字 | 資源群組內唯一的 VpnServerConfiguration 名稱。 | 字串 |
radiusClientRootCertificates | VpnServerConfiguration 的 Radius 用戶端跟證書。 | VpnServerConfigRadiusClientRootCertificate[] |
radiusServer位址 | VpnServerConfiguration 資源的 radius 伺服器地址屬性,用於點對站用戶端連線。 | 字串 |
radiusServerRootCertificates | VpnServerConfiguration 的 Radius 伺服器跟證書。 | VpnServerConfigRadiusServerRootCertificate[] |
radius伺服器 | VpnServerConfiguration 的多個 Radius 伺服器組態。 | RadiusServer[] |
radiusServerSecret 的 | VpnServerConfiguration 資源的 radius 秘密屬性,用於點對站用戶端連線。 | 字串 |
vpnAuthenticationTypes | VpnServerConfiguration 的 VPN 驗證類型。 | 包含任何的字串數組: “AAD” '證書' '半徑' |
vpnClientIpsec策略 | VpnServerConfiguration 的 VpnClientIpsecPolicies。 | IpsecPolicy[] |
vpnClientRevokedCertificates | VPN 用戶端撤銷 VpnServerConfiguration 的憑證。 | VpnServerConfigVpnClientRevokedCertificate[] |
vpnClientRootCertificates | VpnServerConfiguration 的 VPN 用戶端跟證書。 | VpnServerConfigVpnClientRootCertificate[] |
vpn協定 | VpnServerConfiguration 的 VPN 通訊協定。 | 包含任何的字串數組: 'IkeV2' 'OpenVPN' |
VpnServerConfigVpnClientRevokedCertificate
名字 | 描述 | 價值 |
---|---|---|
名字 | 憑證名稱。 | 字串 |
指紋 | 撤銷的 VPN 用戶端憑證指紋。 | 字串 |
VpnServerConfigVpnClientRootCertificate
名字 | 描述 | 價值 |
---|---|---|
名字 | 憑證名稱。 | 字串 |
publicCertData 的 | 憑證公用數據。 | 字串 |
使用範例
Azure 快速入門範本
下列 Azure 快速入門範本 部署此資源類型。
範本 | 描述 |
---|---|
Azure 虛擬 WAN (vWAN) 多中樞部署 |
此範本可讓您建立 Azure 虛擬 WAN (vWAN) 多中樞部署,包括所有閘道和 VNET 連線。 |
使用自定義路由表 Azure vWAN 多中樞部署 |
此範本可讓您建立 Azure 虛擬 WAN (vWAN) 多中樞部署,包括所有閘道和 VNET 連線,並示範路由表用於自定義路由的使用方式。 |
使用多位址池和使用者群組 vWAN P2S 部署 |
此樣本會部署具有設定多個位址池和使用者群組的 P2S 的 Azure 虛擬 WAN (vWAN) |
Terraform (AzAPI 提供者) 資源定義
vpnServerConfigurations 資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Network/vpnServerConfigurations 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Network/vpnServerConfigurations@2024-05-01"
name = "string"
parent_id = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = {
properties = {
aadAuthenticationParameters = {
aadAudience = "string"
aadIssuer = "string"
aadTenant = "string"
}
configurationPolicyGroups = [
{
id = "string"
name = "string"
properties = {
isDefault = bool
policyMembers = [
{
attributeType = "string"
attributeValue = "string"
name = "string"
}
]
priority = int
}
}
]
name = "string"
radiusClientRootCertificates = [
{
name = "string"
thumbprint = "string"
}
]
radiusServerAddress = "string"
radiusServerRootCertificates = [
{
name = "string"
publicCertData = "string"
}
]
radiusServers = [
{
radiusServerAddress = "string"
radiusServerScore = int
radiusServerSecret = "string"
}
]
radiusServerSecret = "string"
vpnAuthenticationTypes = [
"string"
]
vpnClientIpsecPolicies = [
{
dhGroup = "string"
ikeEncryption = "string"
ikeIntegrity = "string"
ipsecEncryption = "string"
ipsecIntegrity = "string"
pfsGroup = "string"
saDataSizeKilobytes = int
saLifeTimeSeconds = int
}
]
vpnClientRevokedCertificates = [
{
name = "string"
thumbprint = "string"
}
]
vpnClientRootCertificates = [
{
name = "string"
publicCertData = "string"
}
]
vpnProtocols = [
"string"
]
}
}
}
屬性值
Microsoft.Network/vpnServer配置
名字 | 描述 | 價值 |
---|---|---|
位置 | 資源位置。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
性能 | P2SVpnServer 組態的屬性。 | VpnServerConfiguration屬性 |
標籤 | 資源標籤 | 標記名稱和值的字典。 |
類型 | 資源類型 | “Microsoft.Network/vpnServerConfigurations@2024-05-01” |
AadAuthenticationParameters
名字 | 描述 | 價值 |
---|---|---|
aadAudience | AAD Vpn 驗證參數 AAD 物件。 | 字串 |
aadIssuer | AAD Vpn 驗證參數 AAD 簽發者。 | 字串 |
aadTenant | AAD Vpn 驗證參數 AAD 租使用者。 | 字串 |
IpsecPolicy 策略
名字 | 描述 | 價值 |
---|---|---|
dhGroup 公司 | 在 IKE 階段 1 中用於初始 SA 的 DH 群組。 | 'DHGroup1' 'DHGroup14' 'DHGroup2' 'DHGroup2048' 'DHGroup24' 'ECP256' 'ECP384' 'None' (必要) |
ike加密 | IKE 加密演算法 (IKE 階段 2)。 | 'AES128' 'AES192' 'AES256' “DES” 'DES3' “GCMAES128” 'GCMAES256' (必要) |
ike誠信 | IKE 完整性演算法 (IKE 階段 2)。 | “GCMAES128” “GCMAES256” 'MD5' 'SHA1' 'SHA256' 'SHA384' (必要) |
ipsec加密 | IPSec 加密演算法 (IKE 階段 1)。 | 'AES128' 'AES192' 'AES256' “DES” 'DES3' “GCMAES128” “GCMAES192” “GCMAES256” 'None' (必要) |
ipsec完整性 | IPSec 完整性演算法 (IKE 階段 1)。 | “GCMAES128” “GCMAES192” “GCMAES256” 'MD5' 'SHA1' 'SHA256' (必要) |
pfs集團 | IKE 階段 2 中用於新子 SA 的 Pfs 群組。 | 'ECP256' 'ECP384' “無” “PFS1” 'PFS14' 'PFS2' “PFS2048” 'PFS24' 'PFSMM' (必要) |
saDataSize千位元組 | IPSec 安全性關聯 (也稱為快速模式或階段 2 SA) 承載大小 KB,適用於站對站 VPN 通道。 | int (必要) |
saLifeTimeSeconds | IPSec 安全性關聯 (也稱為快速模式或階段 2 SA) 存留期,以秒為單位,用於站對站 VPN 通道。 | int (必要) |
Radius伺服器
名字 | 描述 | 價值 |
---|---|---|
radiusServer位址 | 這個半徑伺服器的位址。 | 字串 (必要) |
radiusServerScore | 指派給這個半徑伺服器的初始分數。 | 整數 (int) |
radiusServerSecret 的 | 用於這個半徑伺服器的秘密。 | 字串 |
資源標籤
名字 | 描述 | 價值 |
---|
VpnServerConfigRadiusClientRootCertificate
名字 | 描述 | 價值 |
---|---|---|
名字 | 憑證名稱。 | 字串 |
指紋 | Radius 用戶端跟證書指紋。 | 字串 |
VpnServerConfigRadiusServerRootCertificate
名字 | 描述 | 價值 |
---|---|---|
名字 | 憑證名稱。 | 字串 |
publicCertData 的 | 憑證公用數據。 | 字串 |
VpnServerConfigurationPolicyGroup
名字 | 描述 | 價值 |
---|---|---|
識別碼 | 資源標識碼。 | 字串 |
名字 | 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 | 字串 |
性能 | VpnServerConfigurationPolicyGroup 的屬性。 | VpnServerConfigurationPolicyGroup屬性 |
VpnServerConfigurationPolicyGroupMember
名字 | 描述 | 價值 |
---|---|---|
屬性類型 | Vpn 原則成員屬性類型。 | “AADGroupId” “CertificateGroupId” “RadiusAzureGroupId” |
屬性值 | 用於此 VpnServerConfigurationPolicyGroupMember 的 Attribute 值。 | 字串 |
名字 | VpnServerConfigurationPolicyGroupMember 的名稱。 | 字串 |
VpnServerConfigurationPolicyGroup屬性
名字 | 描述 | 價值 |
---|---|---|
isDefault | 顯示此是否為預設 VpnServerConfigurationPolicyGroup。 | 布爾 (bool) |
policyMembers | VpnServerConfigurationPolicyGroup 的多個 PolicyMembers。 | VpnServerConfigurationPolicyGroupMember[] |
優先權 | VpnServerConfigurationPolicyGroup 的優先順序。 | 整數 (int) |
VpnServerConfiguration屬性
名字 | 描述 | 價值 |
---|---|---|
aadAuthenticationParameters | aad vpn 驗證參數的集合。 | AadAuthenticationParameters |
配置策略組 | 所有 VpnServerConfigurationPolicyGroups 的清單。 | VpnServerConfigurationPolicyGroup[] |
名字 | 資源群組內唯一的 VpnServerConfiguration 名稱。 | 字串 |
radiusClientRootCertificates | VpnServerConfiguration 的 Radius 用戶端跟證書。 | VpnServerConfigRadiusClientRootCertificate[] |
radiusServer位址 | VpnServerConfiguration 資源的 radius 伺服器地址屬性,用於點對站用戶端連線。 | 字串 |
radiusServerRootCertificates | VpnServerConfiguration 的 Radius 伺服器跟證書。 | VpnServerConfigRadiusServerRootCertificate[] |
radius伺服器 | VpnServerConfiguration 的多個 Radius 伺服器組態。 | RadiusServer[] |
radiusServerSecret 的 | VpnServerConfiguration 資源的 radius 秘密屬性,用於點對站用戶端連線。 | 字串 |
vpnAuthenticationTypes | VpnServerConfiguration 的 VPN 驗證類型。 | 包含任何的字串數組: “AAD” '證書' '半徑' |
vpnClientIpsec策略 | VpnServerConfiguration 的 VpnClientIpsecPolicies。 | IpsecPolicy[] |
vpnClientRevokedCertificates | VPN 用戶端撤銷 VpnServerConfiguration 的憑證。 | VpnServerConfigVpnClientRevokedCertificate[] |
vpnClientRootCertificates | VpnServerConfiguration 的 VPN 用戶端跟證書。 | VpnServerConfigVpnClientRootCertificate[] |
vpn協定 | VpnServerConfiguration 的 VPN 通訊協定。 | 包含任何的字串數組: 'IkeV2' 'OpenVPN' |
VpnServerConfigVpnClientRevokedCertificate
名字 | 描述 | 價值 |
---|---|---|
名字 | 憑證名稱。 | 字串 |
指紋 | 撤銷的 VPN 用戶端憑證指紋。 | 字串 |
VpnServerConfigVpnClientRootCertificate
名字 | 描述 | 價值 |
---|---|---|
名字 | 憑證名稱。 | 字串 |
publicCertData 的 | 憑證公用數據。 | 字串 |